Skip to content

fix: avoid duplicate plugin MCP registration#1903

Open
MukundaKatta wants to merge 1 commit into
ChromeDevTools:mainfrom
MukundaKatta:codex/chrome-plugin-dedupe
Open

fix: avoid duplicate plugin MCP registration#1903
MukundaKatta wants to merge 1 commit into
ChromeDevTools:mainfrom
MukundaKatta:codex/chrome-plugin-dedupe

Conversation

@MukundaKatta
Copy link
Copy Markdown
Contributor

Summary:

  • remove the duplicate chrome-devtools MCP server declaration from .claude-plugin/plugin.json
  • keep .mcp.json as the single source of truth for plugin MCP registration
  • avoid Claude Code /doctor warnings when the marketplace plugin is installed

Testing:

  • node -e "JSON.parse(require('fs').readFileSync('.claude-plugin/plugin.json','utf8'))"

Fixes #1854

@OrKoN
Copy link
Copy Markdown
Collaborator

OrKoN commented May 21, 2026

We should delete .mcp.json instead and keep the configuration within individual plugins to support things like #1851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Claude Code /doctor reports duplicate MCP server when plugin is loaded via marketplace

2 participants