openpencil
ZSeven-W
The world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:yangfch3/dsh-mcp-mgr
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 中文
A workspace-level MCP manager for DeepSeek Harness: declare MCP servers in each workspace's .dsh/dshmm/mcp.json (Claude/Codex-style mcpServers format), auto-discovered and dynamically registered as dsh plugin instances, with a management UI in the settings page.
mcp.json under every registered workspace, hot-syncs on file changes, and unloads on workspace removal--patch)mcp__<serverName>__<tool> naming, so multiple servers and sources are naturally isolated
Install/Update:
npx @deepseek-ai/dsh plugin --profile web add dsh-mcp-mgr@latest dsh-mcp-mgr-ui@latest
Start:
npx @deepseek-ai/dsh web
Uninstall:
npx @deepseek-ai/dsh plugin --profile web remove dsh-mcp-mgr dsh-mcp-mgr-ui
The plugin auto-detects .dsh/dshmm/mcp.json at the workspace root, for example:
{
"mcpServers": {
"unity-mcp": { "type": "http", "url": "http://localhost:8090/" },
"filesystem": { "type": "stdio", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/data"] }
}
}
type is treated as remote Streamable HTTP; ${VAR} environment expansion is supportedserverName must be globally unique; a later duplicate fails loudly (flagged as a conflict in the UI)"enabled": false on an entry to disable it without removing it (absent means enabled); the settings tab's toggle writes this fieldBuild:
# host plugin
tsc -p packages/dsh-mcp-mgr && node gen.mjs
# UI plugin (from the ui package directory)
tsc -p packages/dsh-mcp-mgr-ui && tsdown --config-loader tsx --env.DSH_BUILD_FACE client
# regression
node verify.mjs
Note: after changing src/types.ts (wire fields) you MUST re-run gen.mjs and rebuild the UI bundle — a stale typert client codec silently strips unknown fields (e.g. a lost connected keeps the status wrong forever).
Local (source) install verification and uninstall:
# install
node scripts/install.mjs
# uninstall
node scripts/uninstall.mjs
Design docs live in Doc/requirements.md.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: mcp。