docs: Update Chrome requirement for categoryExperimentalWebmcp (#2163)

Following https://github.com/puppeteer/puppeteer/pull/15069, this PR
requires Chrome 150+ with the following flag:
`--enable-features=WebMCPTesting` to enable debugging WebMCP tools.
This commit is contained in:
François Beaufort
2026-07-21 13:39:25 +02:00
committed by GitHub
parent 348975d808
commit 354458e23f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -665,7 +665,7 @@ The Chrome DevTools MCP server supports the following configuration option:
- **Default:** `false`
- **`--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
- **Default:** `false`
+1 -1
View File
@@ -206,7 +206,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',