项目文件夹

文件
2025-10-16 13:27:12 +02:00

12 行
314 B
JSON

{
"name": "chrome-devtools-mcp",
"version": "latest",
"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"]
}
}
}