Releases: kairoz9/dsh-mcp-admin
Releases · kairoz9/dsh-mcp-admin
Release list
dsh-mcp-admin v0.2.0
What's Changed
🚀 Features
- feat(ui): optimize switch height, form validation state, and add button icon (6aca213)
- feat(i18n): support Chinese and English bilingual localization for MCP settings UI (43c1d17)
- feat(ui): align form select width and add official-style MCP sidebar nav icon (4e6143e)
🐛 Bug Fixes
- fix: use standard TC39 Stage 3 decorators for dsh-typert-protocol compatibility (764c9fe)
- fix: clean package exports, release workflow order, build error handling, and client guards (cb84f02)
- fix(ts): eliminate hardcoded local paths and add portable ambient dsh types (996b992)
🔨 Other Changes
- ci: add comprehensive typecheck, test, build, and pack workflow (e2d6ab0)
- refactor(client): separate McpAdminSection.css and embed via esbuild text loader (fb2aaf2)
- refactor(client): encapsulate server draft serialization, validation, and status in pure domain module (a25feed)
- refactor(host): collapse profile store to declarative sync reconciliation (9b2ead4)
- refactor(host): consolidate live MCP server inventory into deep domain module (f15c80e)
- docs: add English README, language switcher, and package keywords (ccecd93)
- ci: add test workflow; docs: screenshots and pnpm test script (d4172f0)
- ci: release workflow (tag v* -> build, pack, publish) (c4c56ad)
- first commit (068f906)
dsh-mcp-admin v0.1.0
dsh (DeepSeek Harness) 插件:查看 MCP 状态(/mcp)+ 在设置页管理 MCP 服务。
功能
/mcp—— 列出所有 profile 的 MCP server + 实时 tool 数;/mcp <server>查看单个 server 的工具列表。- 设置页「MCP」面板 —— 按 profile 新增 / 编辑 / 禁用 / 启用 / 删除 MCP server,支持 args 与 headers;状态点每秒轮询自动刷新。
- Host 经 typert remote(
mcpAdmin.list/set)向浏览器暴露结构化数据,保存即回写cordis.patch.yml,dsh HMR 自动重载。
安装(推荐,无需构建)
dsh plugin --profile <name> add ./dsh-mcp-admin-0.1.0.tgz下载上面的 dsh-mcp-admin-0.1.0.tgz 后本地安装。或从源码装:
dsh plugin --profile <name> add github:kairoz9/dsh-mcp-admin#v0.1.0