Problem
三個 MCP wrapper 安裝到共享 ~/bin/<BinaryName> + 全域 sidecar。若使用者同時啟用兩個 marketplace 的同名 plugin(如遷移過渡期的 psychquant 與 macdoc 版 che-word-mcp),兩個 MCP server 會註冊在同一 binary/sidecar 上互相干擾;手動安裝的同名 binary 也會被覆寫。
Expected
Plugin-scoped 安裝目錄(如 ${CLAUDE_PLUGIN_ROOT}/cache/ 或 ~/.cache/<plugin>/bin/),或至少偵測 + 警告碰撞。
Source: verify #112 R1(codex)+R2(regression) follow-up finding — report: #115 (comment)
Current Status
Phase: closed
Last updated: 2026-07-02 by idd-all batch
PR #122(stacked on #121)。Verify: 6-AI PASS(DA-1 反駁 → plugin-level .bin-cache 修訂 + kill test)。
Problem
三個 MCP wrapper 安裝到共享
~/bin/<BinaryName>+ 全域 sidecar。若使用者同時啟用兩個 marketplace 的同名 plugin(如遷移過渡期的 psychquant 與 macdoc 版 che-word-mcp),兩個 MCP server 會註冊在同一 binary/sidecar 上互相干擾;手動安裝的同名 binary 也會被覆寫。Expected
Plugin-scoped 安裝目錄(如
${CLAUDE_PLUGIN_ROOT}/cache/或~/.cache/<plugin>/bin/),或至少偵測 + 警告碰撞。Source: verify #112 R1(codex)+R2(regression) follow-up finding — report: #115 (comment)
Current Status
Phase: closed
Last updated: 2026-07-02 by idd-all batch
PR #122(stacked on #121)。Verify: 6-AI PASS(DA-1 反駁 → plugin-level .bin-cache 修訂 + kill test)。