Skip to content

Add DevTools CDP handoff helpers - #23

Open
anhtahaylove wants to merge 1 commit into
ProxyShard:mainfrom
huuhungn:codex/devtools-handoff-ui
Open

anhtahaylove wants to merge 1 commit into
ProxyShard:mainfrom
huuhungn:codex/devtools-handoff-ui

Conversation

@anhtahaylove

Copy link
Copy Markdown

Summary

  • add devtools_context MCP helper that returns CDP HTTP/WebSocket URLs plus /json/list page targets for a profile
  • show DevTools/CDP ready on running profile rows and add copy actions for CDP HTTP / DevTools inspect URLs
  • document the Codex + Chrome DevTools MCP handoff workflow

Notes

  • no browser engine, fingerprint, profile isolation, token, cookie, or proxy credential behavior changes
  • chrome_devtools attach stays at MCP client startup/configuration layer; Launcher core only exposes/copies existing CDP URLs

Tests

  • node --check mcp/index.js
  • npm run build
  • cargo check --manifest-path src-tauri/Cargo.toml
  • cargo test --manifest-path src-tauri/Cargo.toml --lib

@anhtahaylove
anhtahaylove force-pushed the codex/devtools-handoff-ui branch from d659849 to 2a9ab5f Compare September 8, 2026 20:14
Adds a devtools_context MCP tool plus the devtools_context Tauri command
behind it, so an agent can hand a running profile off to a human in
DevTools: it returns the CDP HTTP endpoint and a per-target DevTools
frontend URL rather than making the caller reconstruct them.

Scoped to the MCP server, the Rust command and its QA notes. The original
branch also touched src/App.tsx, which the v2 rewrite removed; the UI
affordance is left out rather than guessed at against the new structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant