Skip to content

Commit e9fd3b2

Browse files
committed
feat: add claude marketplace and plugin json
1 parent d8df784 commit e9fd3b2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.claude-plugin/marketplace.json

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

.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)