引入 https://modelcontextprotocol.io/docs/tools/inspector MCP Inspector 为 MCP 提供 Inspector 界面#1026
Open
endless-bot wants to merge 2 commits into
Open
引入 https://modelcontextprotocol.io/docs/tools/inspector MCP Inspector 为 MCP 提供 Inspector 界面#1026endless-bot wants to merge 2 commits into
endless-bot wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Auto-generated by Endless task #19.
Initiated by: Huacnlee Li Huashun
背景
Longbridge MCP 服务已有完善的客户端接入文档(Claude Code、Cursor、Zed 等),但缺少面向开发者调试场景的工具介绍。当开发者想在接入 AI 客户端之前先了解 MCP 工具列表、测试具体工具的输入输出时,没有可参考的入口。
MCP Inspector 是 Model Context Protocol 官方提供的交互式调试工具,允许开发者在浏览器 UI 中直接浏览和调用 MCP 服务器暴露的工具,无需配置 AI 客户端。它是开发、排查和演示 MCP 集成的标准工具,与 Longbridge MCP 的 Streamable HTTP 传输协议完全兼容。
摘要
mcp.md的三个语言版本(en / zh-CN / zh-HK)中,在## Troubleshooting节之前新增## MCP Inspector小节,说明如何通过npx @modelcontextprotocol/inspector启动 Inspector 并连接 Longbridge MCP 服务修改
docs/en/docs/mcp.md## Troubleshooting前新增## MCP Inspector节docs/zh-CN/docs/mcp.md## 常见问题前新增## MCP Inspector节(简体中文)docs/zh-HK/docs/mcp.md## 常見問題前新增## MCP Inspector节(繁体中文)关键决策
Streamable HTTP(而非 SSE),与 MCP spec 当前推荐传输方式一致,也与 Longbridge MCP 服务实际使用的传输层匹配