Skip to content

fix: avoid duplicate plugin MCP registration#1903

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

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

OrKoN commented May 21, 2026

Copy link
Copy Markdown
Collaborator

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

@OrKoN OrKoN closed this in #2095 May 21, 2026
kustomzone pushed a commit to kustomzone/chrome-devtools-mcp that referenced this pull request May 21, 2026
samiyac pushed a commit to bcfmtolgahan/chrome-devtools-mcp that referenced this pull request Jun 5, 2026
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