chromedevtools--chrome-devtools-mcp
966b86f3aa
Currently we provide latest, but this means that Claude Code plugin check if there was an update and skips updating.
12 行
314 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|