docs(readme): add FAQ comparing OpenChrome with other browser MCPs#614
Open
docs(readme): add FAQ comparing OpenChrome with other browser MCPs#614
Conversation
Addresses #612 by documenting how OpenChrome handles multi-client tab identity, interactive login, and focus stealing — the three questions raised by users evaluating OpenChrome against Chrome DevTools MCP and Firefox DevTools MCP. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Closes #612 by adding a FAQ: Comparison with Other Browser MCPs section to the README, addressing the three questions raised by @fulldecent while evaluating OpenChrome against Chrome DevTools MCP and Firefox DevTools MCP:
targetIds (not visible indexes) plusworkerId/profileDirectoryisolation, so tabs from one client cannot clobber another's.tabs_createnever callsbringToFront(), headed fallback is lazy and reused — at most one focus grab per server lifetime).The new section sits between Anti-Bot & Turnstile Support and Benchmarks so it flows naturally from the 3-tier fallback explanation that Q2/Q3 build on.
Changes
README.md: +42 lines, one new section. Docs-only, no code changes.Test plan
workerId,profileDirectory,tabs_create,targetId) matches the code#612) links to the correct thread