From 001b5eb6d3eee04b5421ee23b19f9d6afaea5d87 Mon Sep 17 00:00:00 2001 From: Yulun Zeng Date: Tue, 24 Mar 2026 22:13:38 +0000 Subject: [PATCH] Add Chrome DevTools external plugin --- .github/plugin/marketplace.json | 26 ++++++++++++++++++++++++++ plugins/external.json | 17 +++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 6ae4a9849..1b7b75e72 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -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", diff --git a/plugins/external.json b/plugins/external.json index 08afb1447..c58e12bb8 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -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" + } } ]