豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit acdb5c9

Browse files
docs: remove outdated --channel=beta note (#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 3d6e59d commit acdb5c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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)