Imported from ccstudentcc/wsl-windows-chrome-devtools-mcp (
AGENTS.md). Install upstream withnpx skills add ccstudentcc/wsl-windows-chrome-devtools-mcp. Copyright stays with the author.
Agent Notes
Routing
- Start with
README.md, thendocs/TROUBLESHOOTING.md, thenexamples/codex-config.toml. - Use
windows/start-chrome-devtools.ps1for the Windows-side launch flow. - Use
scripts/verify-devtools.shfor WSL-side connectivity checks.
Editing
- Keep the documented endpoint fixed to
127.0.0.1:9222unless the user explicitly wants a different port. - Do not add secrets, tokens, or user-specific private config.
- Prefer updating examples and troubleshooting notes over adding large new abstractions.
Validation
- Run
bash -n scripts/*.shafter changing shell scripts. - Run
./scripts/check-codex-chrome-mcp-config.sh examples/codex-config.tomlafter changing the config example. - If the workflow changed, note the exact verification command in
README.md.