-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: support --auto-connect to a Chrome instance #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
5b3d406 to
b7df388
Compare
b7df388 to
1898003
Compare
mathiasbynens
approved these changes
Dec 8, 2025
8153679 to
4050f5b
Compare
4050f5b to
e2af6ed
Compare
sebastianbenz
approved these changes
Dec 8, 2025
sebastianbenz
approved these changes
Dec 8, 2025
e2af6ed to
c946d41
Compare
OrKoN
pushed a commit
that referenced
this pull request
Dec 10, 2025
🤖 I have created a release *beep* *boop* --- ## [0.12.0](chrome-devtools-mcp-v0.11.0...chrome-devtools-mcp-v0.12.0) (2025-12-09) ### 🎉 Features * support --auto-connect to a Chrome instance ([#651](#651)) ([6ab6d85](6ab6d85)) * support --user-data-dir with --auto-connect ([#654](#654)) ([e3c59bc](e3c59bc)) ### 🛠️ Fixes * map channel for resolveDefaultUserDataDir ([#658](#658)) ([6f59b39](6f59b39)) ### 📄 Documentation * Add AX design principles ([#643](#643)) ([90ed192](90ed192)) * improve autoConnect docs ([#653](#653)) ([09111cc](09111cc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
This PR adds a new connection mode called
--auto-connect. To activate it, add the--auto-connectflag to the chrome-devtools-mcp server configuration. With this, chrome-devtools-mcp will automatically connect to the running Chrome instance by looking up the port and the URL in the user data dir for the specified--channel(by default,stable). Requires Chrome M145.