aka-danielZhang/dsh-mcp-settings
aka-danielZhang★ 2TypeScript最后同步: 2026-08-14
DSH bundle for MCP server management, inventory status, and Web settings
README 摘要
dsh-mcp-settings English 中文 An installable DeepSeek Harness bundle containing the three plugins that manage MCP servers from Web Settings. Cordis row Entry Responsibility dsh-mcp-settings-manager dsh-mcp-settings/manager Owns mcp.servers , starts and stops one in-box MCP client fiber per enabled server, and publishes merged connection status. dsh-mcp-settings-inventory dsh-mcp-settings/inventory Exposes the read-only mcpInventory/list Remote. dsh-mcp-settings-ui dsh-mcp-settings + ./client Adds the MCP Settings page, Form/JSON editing, enable toggles, status polling, and tool counts. The bundle disables the equivalent rows shipped by the current Web profile and inserts these rows under distinct ids. Removing the bundle restores the in-box rows on the next profile boot. Existing mcp.servers user settings are not removed. Requirements - A matching DeepSeek Harness development build whose web profile already supplies the DSH peer packages listed in package.json . - That Harness build must emit the mcp-client/status event; this event is not yet on the public Harness default branch. - Node.js ^22.19.0 =24 . - pnpm 10 or newer when installing directly from GitHub. Install from GitHub DSH…
在 GitHub 查看完整 README →