Skip to content

Commit 3e2168b

Browse files
committed
fix: avoid duplicate plugin MCP registration
1 parent 0a6aaa5 commit 3e2168b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"name": "chrome-devtools-mcp",
33
"version": "0.21.0",
4-
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
5-
"mcpServers": {
6-
"chrome-devtools": {
7-
"command": "npx",
8-
"args": ["chrome-devtools-mcp@latest"]
9-
}
10-
}
4+
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer"
115
}

0 commit comments

Comments
 (0)