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:1a125/dsh-mcp-manager
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DSH(DeepSeek Harness)全局 MCP 管理器:在 设置弹窗 →「MCP 管理」 页面统一管理所有 MCP 服务。
~/.dsh/cordis.patch.yml(mcp-client 行),由宿主加载,任何项目/会话都可调用,重启后保持。mcpServers 格式,一次添加多个服务,无需填写繁琐表单。disabled 标记),运行期即时连接/断开。方式一:GitHub 源直接安装(推荐)
dsh plugin --profile web add "github:1a125/dsh-mcp-manager#main"
方式二:手动
把 dsh-mcp-manager 放入 ~/.dsh/profiles/web/node_modules/,并在 ~/.dsh/profiles/web/cordis.patch.yml 追加:
- insert:
- id: mcp-manager
name: 'dsh-mcp-manager'
重启 DSH 后,设置弹窗中会出现「MCP 管理」页面。
{
"mcpServers": {
"my-server": {
"command": "node",
"args": ["C:/path/server.js"],
"env": { "API_KEY": "xxx" }
}
}
}
仅支持 stdio 传输(command 必填);支持单个 server 配置或 mcpServers 多服务格式。
~/.dsh/cordis.patch.yml 读写 + 工具注册(mcp__<服务名>__<工具名>)。settings.section「MCP 管理」页面(设置弹窗入口)。MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: mcp-tools。