Skip to content

v2.7.5 — the contributor MCP server no longer ships to users

Choose a tag to compare

@noisy noisy released this 20 Jul 19:51

Highlights

The section an upgrade-nudging agent should quote.

  • Plugin installs no longer include the contributor-only noisy-coding-dev MCP server. Since 2.7.0 every plugin user was getting a second, dev-checkout server in every project. The root cause: a .mcp.json at 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:setup always pulls the image before docker run, so a stale local latest can 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. If noisy-coding-dev still 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