reactive-resume
reactive-resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:zsvd/dsh-mcp-manager
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Manage MCP servers from the DSH (DeepSeek Harness) Web settings panel — add, edit and delete
@deepseek-ai/dsh-mcp-clientservers with live connection status, all hot-reloaded with no process restart.在 DSH Web 设置面板里管理 MCP 服务器:增删改
@deepseek-ai/dsh-mcp-client服务器并显示实时连接状态,保存即热重载,无需重启。
settings.section, id mcp-manager).mcp__<server>__<tool> present in the tool runtime) and how many; refresh on demand with the button next to the title, plus a 30s poll.cordis.patch.yml, which the host watches through Cordis HMR and re-applies transactionally; dsh-mcp-client reconnects in place.-y, @pkg/name, …) so the generated patch always parses in the loader's dialect; other patch content is preserved.Requires a DSH Web profile (e.g. the default web). Two steps: install the package as a dependency, then add one row to the profile's patch layer.
# $DSH_HOME/profiles/web/cordis.patch.yml
- insert:
- id: mcp-manager
name: dsh-mcp-manager
# optional: manage another profile's patch layer
# config:
# targetProfile: tui
cd "$HOME/.dsh/profiles/web" # or your profile dir
pnpm add dsh-mcp-manager # when published to npm
# or, from this repo:
pnpm add "file:../dsh-mcp-manager" # or the built .tgz
Restart dsh web (or wait for the user-patch HMR to pick up the row), refresh the browser, and the MCP 服务 page appears in Settings.
To remove: drop the dependency and delete the patch row.
The managed servers are the
@deepseek-ai/dsh-mcp-clientrows inside the samecordis.patch.yml— there is no separate store. The manager only rewrites its own mcp-client rows and leaves everything else in the file untouched.
| Column | Meaning |
|---|---|
| Server | serverName + config id |
| Status | 🟢 Connected · N (N = tools registered) / ⚪ Disconnected (hover for details) |
| Env | env key names (values visible in Edit) |
| Actions | Edit (opens the full form: transport, command/args/cwd/env or url/headers) · Delete (with confirm) |
The Refresh button next to the title re-reads the list and re-probes every server's connection immediately.
| Method | Path | Description |
|---|---|---|
| GET | /mcp-manager/servers |
List servers + connection status (connected, toolCount) |
| POST | /mcp-manager/servers |
Upsert one server (JSON body; id present → update) |
| DELETE | /mcp-manager/servers/:id |
Remove one server |
Writes are serialized through a single queue, so concurrent edits cannot interleave.
src/host/index.js) — dependency-free plain ESM (the loader passes its own ctx; importing cordis would break plugin identity). Parses/rewrites the profile patch layer with a small purpose-built YAML subset parser and serves the HTTP API. Connection probing reads ctx.tools.schemas() for the mcp__<serverName>__ prefix.src/client/, bundled to lib/client.js by tsdown) — registers the Settings page and calls the same-origin API.web; override with the plugin row's config.targetProfile.pnpm install
pnpm run typecheck
pnpm run build # tsdown → lib/client.js, copy-host.mjs → lib/index.js
pnpm run verify # host YAML round-trip + client bundle vm smoke test
pnpm pack # build a publishable .tgz (prepack runs the checks)
pnpm publish runs prepack automatically (typecheck → build → verify) before packing.
mcp__<服务器>__<工具> 是否存在于工具运行时)及工具数量;标题旁「刷新」按钮立即重测,另有 30s 轮询。cordis.patch.yml,宿主通过 Cordis HMR 事务性热重载,dsh-mcp-client 原地重连。-y、@包名 等 YAML 保留指示符自动加引号,生成内容保证 loader 方言可解析,且保留文件里其它 patch 内容。pnpm add dsh-mcp-manager,或本地 pnpm add file:<路径>/dsh-mcp-manager-0.1.0.tgz)。$DSH_HOME/profiles/web/cordis.patch.yml 加一行:- insert:
- id: mcp-manager
name: dsh-mcp-manager
dsh web(或等 HMR 热挂载),刷新浏览器即可在设置里看到入口。cordis.patch.yml 里的 @deepseek-ai/dsh-mcp-client 行,无独立存储;管理器只重写自己的 mcp-client 行。web profile 的 patch 层,可在插件行 config.targetProfile 改。npx 启动某些 MCP 服务器(如 @modelcontextprotocol/server-filesystem)可能失败(npm 配置警告 + cmd bin 解析),建议改用直接命令或 streamable-http。MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: mcp-manager。