Skip to content

Commit 4b48e46

Browse files
docs: remove outdated --channel=beta note
Chrome M144 is now in the stable channel, so the note about requiring --channel=beta and the example configuration using it are outdated. Changes: - Removed --channel=beta from autoConnect example configuration - Removed note stating --channel=beta is required until M144 reaches stable
1 parent ecef712 commit 4b48e46

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
@@ -563,15 +563,12 @@ The following code snippet is an example configuration for gemini-cli:
563563
"mcpServers": {
564564
"chrome-devtools": {
565565
"command": "npx",
566-
"args": ["chrome-devtools-mcp@latest", "--autoConnect", "--channel=beta"]
566+
"args": ["chrome-devtools-mcp@latest", "--autoConnect"]
567567
}
568568
}
569569
}
570570
```
571571

572-
Note: you have to specify `--channel=beta` until Chrome M144 has reached the
573-
stable channel.
574-
575572
**Step 3:** Test your setup
576573

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

0 commit comments

Comments
 (0)