Skip to content

Commit 001b5eb

Browse files
committed
Add Chrome DevTools external plugin
1 parent 9856b62 commit 001b5eb

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,32 @@
5959
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
6060
"version": "1.0.0"
6161
},
62+
{
63+
"name": "chrome-devtools",
64+
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.",
65+
"version": "0.0.1",
66+
"author": {
67+
"name": "Chrome DevTools Team",
68+
"url": "https://github.com/ChromeDevTools"
69+
},
70+
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
71+
"keywords": [
72+
"chrome",
73+
"devtools",
74+
"mcp",
75+
"automation",
76+
"debugging",
77+
"performance",
78+
"testing",
79+
"browser"
80+
],
81+
"license": "Apache-2.0",
82+
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
83+
"source": {
84+
"source": "github",
85+
"repo": "ChromeDevTools/chrome-devtools-mcp"
86+
}
87+
},
6288
{
6389
"name": "clojure-interactive-programming",
6490
"source": "clojure-interactive-programming",

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,22 @@
138138
"source": "github",
139139
"repo": "figma/mcp-server-guide"
140140
}
141+
},
142+
{
143+
"name": "chrome-devtools",
144+
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.",
145+
"version": "0.0.1",
146+
"author": {
147+
"name": "Chrome DevTools Team",
148+
"url": "https://github.com/ChromeDevTools"
149+
},
150+
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
151+
"keywords": ["chrome", "devtools", "mcp", "automation", "debugging", "performance", "testing", "browser"],
152+
"license": "Apache-2.0",
153+
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
154+
"source": {
155+
"source": "github",
156+
"repo": "ChromeDevTools/chrome-devtools-mcp"
157+
}
141158
}
142159
]

0 commit comments

Comments
 (0)