问题:
Could not find Google Chrome executable for channel 'stable' at 'C:\Program Files\Google\Chrome\Application\chrome.exe'.
解决方案:
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"-e=C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
]
}
《chrome-devtools-mcp windows 环境安装》 是转载文章,点击查看原文。