项目文件夹

文件
2026-07-09 15:58:06 +02:00

21 行
585 B
JSON

{
"name": "chrome-devtools-mcp",
"version": "1.5.0",
"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@1.5.0"
]
}
},
"commands": [
{
"name": "debug-in-devtools",
"description": "Open a DevTools window for the current page to debug it.",
"prompt": "Run the debug-in-devtools skill to open the Chrome DevTools window for the selected page."
}
]
}