Add DevTools CDP handoff helpers - #23
Open
anhtahaylove wants to merge 1 commit into
Open
anhtahaylove wants to merge 1 commit into
anhtahaylove wants to merge 1 commit into
Conversation
anhtahaylove
force-pushed
the
codex/devtools-handoff-ui
branch
from
September 8, 2026 20:14
d659849 to
2a9ab5f
Compare
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.
anhtahaylove
force-pushed
the
codex/devtools-handoff-ui
branch
from
September 8, 2026 20:15
2a9ab5f to
4818856
Compare
This was referenced Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
devtools_contextMCP helper that returns CDP HTTP/WebSocket URLs plus/json/listpage targets for a profileDevTools/CDP readyon running profile rows and add copy actions for CDP HTTP / DevTools inspect URLsNotes
chrome_devtoolsattach stays at MCP client startup/configuration layer; Launcher core only exposes/copies existing CDP URLsTests
node --check mcp/index.jsnpm run buildcargo check --manifest-path src-tauri/Cargo.tomlcargo test --manifest-path src-tauri/Cargo.toml --lib