v2.7.5 — the contributor MCP server no longer ships to users
Highlights
The section an upgrade-nudging agent should quote.
- Plugin installs no longer include the contributor-only
noisy-coding-devMCP server. Since 2.7.0 every plugin user was getting a second, dev-checkout server in every project. The root cause: a.mcp.jsonat the plugin root is auto-loaded in addition to the manifest, so the committed dev entry always shipped. The file is gone for good; production MCP is declared in the plugin manifest, and contributors register the dev server locally.
Also
/noisy-coding:setupalways pulls the image beforedocker run, so a stale locallatestcan no longer pair new hooks with an old daemon (transcripts stuck on "awaiting Claude").
Upgrade notes
- Update the plugin (
/plugin→ update, or reinstall) and restart Claude Code. Ifnoisy-coding-devstill appears, it comes from an older cached plugin version — reinstalling clears it. - Skip 2.7.3/2.7.4: both attempted this fix; 2.7.5 is the one that works.
🤖 Generated with Claude Code