taptap/instant-games-open-mcp--packages-dsh-maker ↗★ 29
@taptap/dsh-maker
DeepSeek Harness plugin: registers the TapTap Maker MCP server and installs Maker workflow + feature skills.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:taptap/instant-games-open-mcp#abaea35ba4d565087fab0fd25ec67b713a81f489&path:packages/dsh-maker说明文档
阅读完整 README ↗使用要点(DSH 特有)
- 每次项目相关的 Maker 工具调用都要显式传
target_dir(DSH 不广播 MCP Roots)。 - DSH 不读 MCP Resources:用
maker_status_lite看状态、用get_ad_config查广告配置, 不要尝试读maker://*。 - 工程根
AGENTS.md(含 Maker 管理策略块)由 DSH 自动加载,无需额外操作。 - 一次性初始化(登录 / 选 app / clone)走
node "$DSH_TAPTAP_MAKER_BIN" init(该变量由本插件 注入;若运行在未装本插件的客户端才退回npx -y --package @taptap/maker@ taptap-maker init)。 高频开发循环(状态 / 构建 / 提交 / 预览)用 MCP 工具,不要重造 CLI/API。
配置(可选覆盖)
在 profile 的 cordis.patch.yml 里给插件行加 config 即可覆盖(不覆盖则用默认值):
- id: taptap-maker
config:
mcp:
serverName: taptap-maker # 默认 taptap-maker
toolCallTimeoutMs: 3600000 # 默认 1 小时
failOnStartupError: false # 默认 false:技能不受 MCP 启动失败影响,重连自愈
env: {} # 可选:合并进 MCP 子进程环境
cwd: '' # 默认不写(保持项目无关)