dmz2922990/dsh-mcp-list

dmz2922990★ 0JavaScript最后同步: 2026-08-18

在 GitHub 打开

List all MCP in deepseek harness

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 with session-query openAt: "never" ). - Open config opens the deployment's cordis.patch.yml MCP patch file in the system editor ( open / xdg-open ). Layout - lib/index.js — Host half. Injects webServer and serves same-origin JSON routes under /mcp-list ( /servers , /counts , /open-config ). - lib/client.js — Web Client half ( dsh.client , platform web ). Registers the settings page through the settings.section slot 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 : License MIT

在 GitHub 查看完整 README →
工具/开发dsh-plugindsh-plugins

分类