fix(mcp): seed Control Chrome as chrome-devtools (#876)

This commit is contained in:
Omar McAdam
2026-03-12 15:28:31 -07:00
committed by GitHub
parent 6d3ba64b33
commit 9785a73a43
5 changed files with 9 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ description: Guide users through browser automation setup using Chrome DevTools
4. If DevTools MCP calls fail:
- Ask the user to open Chrome and keep it running.
- Retry `chrome-devtools_list_pages`.
- If it still fails, ensure `opencode.jsonc` includes `mcp.control-chrome` with command `['chrome-devtools-mcp']` and ask the user to restart OpenWork/OpenCode.
- If it still fails, ensure `opencode.jsonc` includes `mcp["chrome-devtools"]` with command `['npx', '-y', 'chrome-devtools-mcp@latest']` and ask the user to restart OpenWork/OpenCode.
- Retry the DevTools MCP check.
5. If DevTools MCP is ready:
- Offer a first task ("Let's try opening a webpage").