项目文件夹

文件
Nikolay Vitkov 966b86f3aa fix: versioning for Claude Code plugin (#1233)
Currently we provide latest, but this means that Claude Code plugin
check if there was an update and skips updating.
2026-03-24 15:29:23 +00:00

12 行
314 B
JSON

{
"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"]
}
}
}