Skip to content

Commit d772573

Browse files
Update Chrome requirement for categoryExperimentalWebmcp
1 parent 2e039c0 commit d772573

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ The Chrome DevTools MCP server supports the following configuration option:
629629
- **Type:** string
630630

631631
- **`--categoryExperimentalWebmcp`/ `--category-experimental-webmcp`**
632-
Set to true to enable debugging WebMCP tools. Requires Chrome 149+ with the following flags: `--enable-features=WebMCPTesting,DevToolsWebMCPSupport`
632+
Set to true to enable debugging WebMCP tools. Requires Chrome 150+ with the following flag: `--enable-features=WebMCPTesting`
633633
- **Type:** boolean
634634

635635
- **`--chromeArg`/ `--chrome-arg`**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const cliOptions = {
197197
categoryExperimentalWebmcp: {
198198
type: 'boolean',
199199
describe:
200-
'Set to true to enable debugging WebMCP tools. Requires Chrome 149+ with the following flags: `--enable-features=WebMCPTesting,DevToolsWebMCPSupport`',
200+
'Set to true to enable debugging WebMCP tools. Requires Chrome 150+ with the following flag: `--enable-features=WebMCPTesting`',
201201
},
202202
chromeArg: {
203203
type: 'array',

0 commit comments

Comments
 (0)