You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bin/chrome-devtools-mcp-cli-options.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,11 @@ export const cliOptions = {
185
185
describe:
186
186
'Exposes experimental screencast tools (requires ffmpeg). Install ffmpeg https://www.ffmpeg.org/download.html and ensure it is available in the MCP server PATH.',
187
187
},
188
+
experimentalWebmcp: {
189
+
type: 'boolean',
190
+
describe: 'Set to true to enable debugging WebMCP tools.',
0 commit comments