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:
committed by
GitHub
parent
348975d808
commit
354458e23f
@@ -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`
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user