PulseAugur
实时 10:28:48
Svenska(SV) Claude Desktop update broke my MCP server: JSON Schema draft-07 vs 2020-12

Claude Desktop 更新因 JSON Schema 方言问题导致本地 MCP 服务器崩溃

Claude Desktop 的捆绑 Model Context Protocol (MCP) 客户端的一次更新给运行本地 MCP 服务器的用户带来了问题。更新后的客户端版本 2.0.0-beta.4 默认采用更严格的 JSON Schema 验证(2020-12),并拒绝使用旧方言(如 draft-07)声明的模式,而这些模式之前是由 zod-to-json-schema 等工具生成的。这导致服务器注册失败,尽管 MCP 规范允许使用旧方言。MCP TypeScript SDK 的上游已合并了一个修复程序,但 Claude Desktop 尚未采用更新后的客户端,用户需要实施变通方法,例如使用 stdio 代理在处理模式声明之前对其进行修改。 AI

影响 Claude Desktop 捆绑客户端中的一个错误导致本地 MCP 服务器出现兼容性问题,需要用户实施变通方法。

排序理由 该集群描述了一个特定软件组件(Claude Desktop 的捆绑 MCP 客户端)中的错误以及一个变通方法,而不是新的发布或重大的行业事件。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Claude Desktop 更新因 JSON Schema 方言问题导致本地 MCP 服务器崩溃

本文如何被排名

Signal score
12 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该集群描述了一个特定软件组件(Claude Desktop 的捆绑 MCP 客户端)中的错误以及一个变通方法,而不是新的发布或重大的行业事件。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. dev.to — MCP tag TIER_1 Svenska(SV) · MilkyWay008 ·

    Claude Desktop 更新导致我的 MCP 服务器崩溃:JSON Schema draft-07 对比 2020-12

    <p>If your Claude Desktop app updated itself overnight and your local MCP servers stopped registering the next morning, this is probably why. It's not your config, and it's not your server code. A newer bundled MCP client started rejecting your tool schemas over a version string …