PulseAugur
实时 00:02:20
English(EN) Two undocumented bugs in MCP Apps I found building a task panel for Claude

开发者发现 Claude 的 MCP Apps 中存在两个未记录的错误

一位开发者在使用 MCP AppsClaude 构建一个开源任务面板时,遇到了两个未记录的错误。第一个错误涉及 `resourceUri` 字段,该字段有两个看似有效的地址,但只有一个能正常工作,导致 UI 渲染出现问题。第二个错误与 CSS 特异性有关,自定义类选择器覆盖了默认的 `[hidden]` 属性的 `display` 属性,同时导致了三个 UI 问题:空状态显示不正确,以及菜单项无法正确关闭。 AI

影响 凸显了 AI 平台 SDK 中潜在的开发者摩擦点和未记录的行为,影响了工具的开发。

排序理由 该条目详细说明了在为现有平台构建工具时遇到的具体技术错误,而不是新版本发布或重大的行业事件。

在 dev.to — MCP tag 阅读 →

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

开发者发现 Claude 的 MCP Apps 中存在两个未记录的错误

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Adeolu Adesina ·

    我在为 Claude 构建任务面板时发现 MCP Apps 中存在两个未记录的错误

    <p>I spent a week building <a href="https://github.com/adeoluwaadesina/wingman-mcp" rel="noopener noreferrer">Wingman</a>, an open source MCP server that renders a persistent task panel inline in Claude conversations using MCP Apps (SEP-1865). The spec is solid. The SDK is solid.…