diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 00000000..e55eceda --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,19 @@ +{ + "name": "chrome-devtools-plugins", + "version": "1.0.0", + "description": "Bundled plugins for actuating and debugging the Chrome browser.", + "owner": { + "name": "Chrome DevTools Team", + "email": "devtools-dev@chromium.org" + }, + "plugins": [ + { + "name": "chrome-devtools-mcp", + "source": { + "source": "github", + "repo": "ChromeDevTools/chrome-devtools-mcp" + }, + "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer" + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 00000000..1033f417 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "chrome-devtools-mcp", + "version": "latest", + "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer", + "mcpServers": { + "chrome-devtools": { + "command": "npx", + "args": ["chrome-devtools-mcp@latest"] + } + } +}