w123456789zy/dsh-settings-mcp-skills
w123456789zy★ 0JavaScriptLast synced: 2026-08-15
deepseek harness插件,在设置页面显示MCP和技能加载情况
README excerpt
dsh-settings-mcp-skills English 中文 A DeepSeek Harness bundle plugin that adds the MCP Servers and Skills settings pages to the dsh web UI. DeepSeek's npm-shipped dsh ( npm install -g @deepseek-ai/dsh ) ships an older web-app bundle that omits these two settings pages. This plugin backports them into your web profile with one command — you keep every other part of your dsh install untouched. - MCP Servers page — list, add, edit, and delete external MCP servers. Each row shows a live connection-status slider (connected / disconnected / reconnecting / failed); the add dialog collects transport, server name, and transport-specific fields (command/args/env for stdio, url/headers for HTTP). - Skills page — drag-and-drop upload of a folder containing SKILL.md . The host writes uploaded skills to $DSH HOME/skills/ /SKILL.md , where the built-in filesystem skill provider auto-discovers them. The underlying MCP client, skill loader, settings seam, and connection status are all provided by dsh itself — this plugin contributes only the settings UI pages . It does not re-implement or replace any of dsh's MCP or skill mechanisms. Install Install into your web profile. This plugin is published to…
View full README on GitHub →