Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit fb216f0

Browse files
vibecodingenginewolfib
authored andcommitted
docs: remove outdated --channel=beta note (ChromeDevTools#882)
## Summary Chrome M144 is now in the stable channel, so the note about requiring `--channel=beta` and the example configuration using it are outdated. ## Prompt Remove outdated documentation about --channel=beta since Chrome M144 is now in stable channel. ## Changes - Removed `--channel=beta` from the `--autoConnect` example configuration - Removed the note: "Note: you have to specify `--channel=beta` until Chrome M144 has reached the stable channel." ## Test plan - [x] Verified the documentation now reflects the current stable Chrome version 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 25c01d9 commit fb216f0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,15 +571,12 @@ The following code snippet is an example configuration for gemini-cli:
571571
"mcpServers": {
572572
"chrome-devtools": {
573573
"command": "npx",
574-
"args": ["chrome-devtools-mcp@latest", "--autoConnect", "--channel=beta"]
574+
"args": ["chrome-devtools-mcp@latest", "--autoConnect"]
575575
}
576576
}
577577
}
578578
```
579579

580-
Note: you have to specify `--channel=beta` until Chrome M144 has reached the
581-
stable channel.
582-
583580
**Step 3:** Test your setup
584581

585582
Make sure your browser is running. Open gemini-cli and run the following prompt:

0 commit comments

Comments
 (0)