Skip to content

Commit 1774545

Browse files
committed
chore: adding metadata file for the VS code plugin
1 parent b2b5e3f commit 1774545

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/plugin/plugin.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "chrome-devtools-mcp",
3+
"version": "0.20.3",
4+
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
5+
"mcpServers": {
6+
"chrome-devtools": {
7+
"command": "npx",
8+
"args": ["chrome-devtools-mcp@latest"]
9+
}
10+
}
11+
}

release-please-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"type": "json",
4040
"path": ".claude-plugin/plugin.json",
4141
"jsonpath": "version"
42+
},
43+
{
44+
"type": "json",
45+
"path": ".github/plugin/plugin.json",
46+
"jsonpath": "version"
4247
}
4348
]
4449
}

0 commit comments

Comments
 (0)