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
Exposes experimental screencast tools (requires ffmpeg). Install ffmpeg https://www.ffmpeg.org/download.html and ensure it is available in the MCP server PATH.
500
+
-**Type:** boolean
501
+
498
502
-**`--chromeArg`/ `--chrome-arg`**
499
503
Additional arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.
Copy file name to clipboardExpand all lines: src/cli.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,8 @@ export const cliOptions = {
175
175
},
176
176
experimentalScreencast: {
177
177
type: 'boolean',
178
-
describe:'Whether to enable screencast tools',
179
-
hidden: true,
178
+
describe:
179
+
'Exposes experimental screencast tools (requires ffmpeg). Install ffmpeg https://www.ffmpeg.org/download.html and ensure it is available in the MCP server PATH.',
0 commit comments