Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,32 @@
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
"version": "1.0.0"
},
{
"name": "chrome-devtools",
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.",
"version": "0.0.1",
"author": {
"name": "Chrome DevTools Team",
"url": "https://github.com/ChromeDevTools"
},
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"keywords": [
"chrome",
"devtools",
"mcp",
"automation",
"debugging",
"performance",
"testing",
"browser"
],
"license": "Apache-2.0",
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"source": {
"source": "github",
"repo": "ChromeDevTools/chrome-devtools-mcp"
}
},
{
"name": "clojure-interactive-programming",
"source": "clojure-interactive-programming",
Expand Down
17 changes: 17 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,22 @@
"source": "github",
"repo": "figma/mcp-server-guide"
}
},
{
"name": "chrome-devtools",
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.",
"version": "0.0.1",
"author": {
"name": "Chrome DevTools Team",
"url": "https://github.com/ChromeDevTools"
},
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"keywords": ["chrome", "devtools", "mcp", "automation", "debugging", "performance", "testing", "browser"],
"license": "Apache-2.0",
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"source": {
"source": "github",
"repo": "ChromeDevTools/chrome-devtools-mcp"
}
}
]
Loading