问题:
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"
]
}