diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json new file mode 100644 index 000000000..51464ff4a --- /dev/null +++ b/.github/plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "chrome-devtools-mcp", + "version": "0.20.3", + "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"] + } + } +} diff --git a/release-please-config.json b/release-please-config.json index b09f46882..c45a9ffc2 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -39,6 +39,11 @@ "type": "json", "path": ".claude-plugin/plugin.json", "jsonpath": "version" + }, + { + "type": "json", + "path": ".github/plugin/plugin.json", + "jsonpath": "version" } ] }