From f55b38c79d10da08a7edc9953cccdb69a4b98309 Mon Sep 17 00:00:00 2001 From: Han Qiu Date: Wed, 4 Feb 2026 12:51:49 +0800 Subject: [PATCH] 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 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 56e0d72a6..63183fb8f 100644 --- a/README.md +++ b/README.md @@ -563,15 +563,12 @@ The following code snippet is an example configuration for gemini-cli: "mcpServers": { "chrome-devtools": { "command": "npx", - "args": ["chrome-devtools-mcp@latest", "--autoConnect", "--channel=beta"] + "args": ["chrome-devtools-mcp@latest", "--autoConnect"] } } } ``` -Note: you have to specify `--channel=beta` until Chrome M144 has reached the -stable channel. - **Step 3:** Test your setup Make sure your browser is running. Open gemini-cli and run the following prompt: