From 8dd54266862c11c4bb5310965a2f1e64ca1beac0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:20:24 +1000 Subject: [PATCH] Add external plugin chrome-devtools-plugin (#1755) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- .github/plugin/marketplace.json | 26 ++++++++++++++++++++++++++ plugins/external.json | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index d32a3597..e45a9184 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -104,6 +104,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-plugin", + "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.", + "version": "1.0.1", + "author": { + "name": "Chrome DevTools Team" + }, + "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp", + "license": "Apache-2.0", + "keywords": [ + "chrome", + "devtools", + "mcp", + "automation", + "puppeteer", + "debugging", + "performance", + "browser" + ], + "source": { + "source": "github", + "repo": "ChromeDevTools/chrome-devtools-mcp", + "path": ".github/plugin/plugin.json", + "ref": "chrome-devtools-mcp-v1.0.1" + } + }, { "name": "clojure-interactive-programming", "source": "clojure-interactive-programming", diff --git a/plugins/external.json b/plugins/external.json index c40a815d..ba75ccb7 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -51,6 +51,32 @@ "path": ".github/plugins/azure-skills" } }, + { + "name": "chrome-devtools-plugin", + "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.", + "version": "1.0.1", + "author": { + "name": "Chrome DevTools Team" + }, + "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp", + "license": "Apache-2.0", + "keywords": [ + "chrome", + "devtools", + "mcp", + "automation", + "puppeteer", + "debugging", + "performance", + "browser" + ], + "source": { + "source": "github", + "repo": "ChromeDevTools/chrome-devtools-mcp", + "path": ".github/plugin/plugin.json", + "ref": "chrome-devtools-mcp-v1.0.1" + } + }, { "name": "dataverse", "description": "Build and manage Microsoft Dataverse solutions using natural language. Includes table/column creation, solution lifecycle, data operations, and MCP server configuration.",