Skip to content

Commit 17f9def

Browse files
Update requirements
1 parent 6bdf5a7 commit 17f9def

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ The Chrome DevTools MCP server supports the following configuration option:
585585
- **Type:** boolean
586586

587587
- **`--experimentalWebmcp`/ `--experimental-webmcp`**
588-
Set to true to enable debugging WebMCP tools.
588+
Set to true to enable debugging WebMCP tools. Requires Chrome 149+ with the following flags: `--enable-features=WebMCPTesting,DevToolsWebMCPSupport`
589589
- **Type:** boolean
590590

591591
- **`--chromeArg`/ `--chrome-arg`**

src/bin/chrome-devtools-mcp-cli-options.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ export const cliOptions = {
187187
},
188188
experimentalWebmcp: {
189189
type: 'boolean',
190-
describe: 'Set to true to enable debugging WebMCP tools.',
190+
describe:
191+
'Set to true to enable debugging WebMCP tools. Requires Chrome 149+ with the following flags: `--enable-features=WebMCPTesting,DevToolsWebMCPSupport`',
191192
},
192193
chromeArg: {
193194
type: 'array',

0 commit comments

Comments
 (0)