Skip to content

Commit 0498611

Browse files
authored
feat: add claude marketplace and plugin json (#396)
1 parent 2313fda commit 0498611

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.claude-plugin/marketplace.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "chrome-devtools-plugins",
3+
"version": "1.0.0",
4+
"description": "Bundled plugins for actuating and debugging the Chrome browser.",
5+
"owner": {
6+
"name": "Chrome DevTools Team",
7+
"email": "[email protected]"
8+
},
9+
"plugins": [
10+
{
11+
"name": "chrome-devtools-mcp",
12+
"source": {
13+
"source": "github",
14+
"repo": "ChromeDevTools/chrome-devtools-mcp"
15+
},
16+
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer"
17+
}
18+
]
19+
}

.claude-plugin/plugin.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "chrome-devtools-mcp",
3+
"version": "latest",
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+
}
11+
}

0 commit comments

Comments
 (0)