From 2f2ea2f380ed594dedce3928bd967985635ac5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Mon, 1 Jun 2026 10:17:25 +0200 Subject: [PATCH] Update Chrome requirement for categoryExperimentalWebmcp --- README.md | 2 +- src/bin/chrome-devtools-mcp-cli-options.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9bf3b23c..f4b76f685 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ The Chrome DevTools MCP server supports the following configuration option: - **Type:** string - **`--categoryExperimentalWebmcp`/ `--category-experimental-webmcp`** - Set to true to enable debugging WebMCP tools. Requires Chrome 149+ with the following flags: `--enable-features=WebMCP,DevToolsWebMCPSupport` + Set to true to enable debugging WebMCP tools. Requires Chrome 150+ with the following flag: `--enable-features=WebMCP` - **Type:** boolean - **`--chromeArg`/ `--chrome-arg`** diff --git a/src/bin/chrome-devtools-mcp-cli-options.ts b/src/bin/chrome-devtools-mcp-cli-options.ts index 6c446873c..92ec7e5c1 100644 --- a/src/bin/chrome-devtools-mcp-cli-options.ts +++ b/src/bin/chrome-devtools-mcp-cli-options.ts @@ -204,7 +204,7 @@ export const cliOptions = { categoryExperimentalWebmcp: { type: 'boolean', describe: - 'Set to true to enable debugging WebMCP tools. Requires Chrome 149+ with the following flags: `--enable-features=WebMCP,DevToolsWebMCPSupport`', + 'Set to true to enable debugging WebMCP tools. Requires Chrome 150+ with the following flag: `--enable-features=WebMCP`', }, chromeArg: { type: 'array',