dsh-mcp-list
DSH Web 插件:在设置面板中添加 MCP 页面,列出已挂载的 MCP 服务、工具调用次数,并提供打开 MCP 补丁配置文件的快捷方式。
AI 分析
核心用途是可视化管理和监控 MCP 服务与工具调用。适合需要频繁调试、查看 MCP 工具调用频次或快速编辑 MCP 配置文件的 DSH 开发者和高级用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗dsh-mcp-list
A DeepSeek Harness web plugin that adds an MCP page to the Settings panel:
- Lists every mounted MCP server and its tools, grouped by server name.
- Truncated tool descriptions expand to the full text on click.
- A call-count column plus a per-server total-calls badge, computed by scanning
the most recent sessions for
mcp____occurrences (index-free, works withsession-query openAt: "never"). Open configopens the deployment'scordis.patch.ymlMCP patch file in the system editor (open/xdg-open).
Layout
lib/index.js— Host half. InjectswebServerand serves same-origin JSON routes under/mcp-list(/servers,/counts,/open-config).lib/client.js— Web Client half (dsh.client, platformweb). Registers the settings page through thesettings.sectionslot and fetches the routes above.
Install
Add the package to a DSH web profile's node_modules (e.g. via
npm install or a
symlink), then append a loader entry to the profile's cordis.patch.yml:
- insert:
- id: mcp-list
name: dsh-mcp-list
License
MIT