zhuyan1085/mcp-deliverable0

@deepseek-ai/dsh-host-mcp-servers

Installable DeepSeek Harness bundle for MCP server configuration and Web settings

AI 분석

核心用途是简化 MCP(Model Context Protocol)服务器的配置与 Web 端设置。适合需要快速集成和管理多个 MCP 服务的数据交互用户。

패키지
@deepseek-ai/dsh-host-mcp-servers
버전
0.1.0-rc1
라이선스
MIT
최근 업데이트
2026. 8. 23.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhuyan1085/mcp-deliverable

配置

正常通过 dsh 启动时无需配置:插件写入当前 profile 的 cordis.patch.yml。嵌入式或测试运行可以显式指定绝对路径:

- id: mcp-servers
  config:
    patchFile: /absolute/path/to/cordis.patch.yml

patchFile 由导出的 Schemastery Config schema 校验;空配置使用当前启动 profile,不使用硬编码部署路径。