Update: see a workaround here #775 (comment)
Description of the bug
I have try to use the opencode and connect it to the MCP. I set it to autoConnect. Updated to Chrome 144 and enabled the Remote debugging. But it always timeout and I don't see any change in the chrome. It output chrome-devtools_new_page [url=https://developers.chrome.com]. But it didn't open any new page and timed out.
Also in the doc there is a inconsistance out the autoConnect version support. At some place it said 145+ but for the tutorial of how to autoConnect it said 144+.
Reproduction
- Use "opencode"
- Add MCP to to it.
"chrome-devtools": { "type": "local", "command": ["npx", "-y","chrome-devtools-mcp@latest", "--autoConnect", "--channel=beta"], } or
"chrome-devtools": { "type": "local", "command": ["npx", "-y","chrome-devtools-mcp@latest", "--autoConnect", "--channel=stable"], } or
"chrome-devtools": { "type": "local", "command": ["npx", "-y","chrome-devtools-mcp@latest", "--autoConnect"], }
- Use chrome 144 and toggle the remote debugging.
- Tell AI in the opencode to check the performance of https://developers.chrome.com
Expectation
For chrome 144+. The autoConnect should work by follow the doc in the readme.
MCP configuration
"chrome-devtools": {
"type": "local",
"command": ["npx", "-y","chrome-devtools-mcp@latest", "--autoConnect", "--channel=stable"],
}
Chrome DevTools MCP version
v0.13.0
Chrome version
144.0.7559.60
Coding agent version
opencode 1.1.21
Model version
Claude opus 4.5
Chat log
No response
Node version
24.11.0
Operating system
macOS
Extra checklist
Update: see a workaround here #775 (comment)
Description of the bug
I have try to use the opencode and connect it to the MCP. I set it to autoConnect. Updated to Chrome 144 and enabled the Remote debugging. But it always timeout and I don't see any change in the chrome. It output chrome-devtools_new_page [url=https://developers.chrome.com]. But it didn't open any new page and timed out.
Also in the doc there is a inconsistance out the autoConnect version support. At some place it said 145+ but for the tutorial of how to autoConnect it said 144+.
Reproduction
"chrome-devtools": { "type": "local", "command": ["npx", "-y","chrome-devtools-mcp@latest", "--autoConnect", "--channel=beta"], }or"chrome-devtools": { "type": "local", "command": ["npx", "-y","chrome-devtools-mcp@latest", "--autoConnect", "--channel=stable"], }or"chrome-devtools": { "type": "local", "command": ["npx", "-y","chrome-devtools-mcp@latest", "--autoConnect"], }Expectation
For chrome 144+. The autoConnect should work by follow the doc in the readme.
MCP configuration
Chrome DevTools MCP version
v0.13.0
Chrome version
144.0.7559.60
Coding agent version
opencode 1.1.21
Model version
Claude opus 4.5
Chat log
No response
Node version
24.11.0
Operating system
macOS
Extra checklist