feat(chrome): connect CLI to the managed browser MCP - #30
Merged
Merged
Conversation
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.
Why
Verboo desktop already installs and owns the signed local
verboo-in-chromehelper, Native Messaging manifest, and managed user MCP entry. The CLI could reach that entry through generic MCP support, but its inherited first-class Chrome path still expected the unrelated Anthropic host and a claude.ai subscription.This PR links the CLI to the managed Verboo contract without creating a second installer or copying CLI credentials into the extension.
What changes
verboo-in-chromestdio contract--chromerequire the integration and--no-chromedisable it for one processverboo-in-chromeskill for the eight real extension tools/chromeavailable to Verboo users and reports managed setup/connection stateThe desktop app remains the sole owner of helper installation, upgrades, and removal. The CLI remains the MCP client.
Verification
bun run test:isolated— 303 test files checked, no new regressionsbun run smoke— build and0.15.12 (Verboo Code)passedbun run security:pr-scan -- --base upstream/main— no suspicious additionsmcp doctor verboo-in-chrome— connected in 29 mslistTools—click,navigate,read_page,screenshot,structured_extract,tab_group,tabs,typeApp-side installer and helper: graseeel/verboo_app#67
No package version bump or release is included.