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
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -169,10 +169,10 @@ export const cliOptions = {
169
169
type: 'boolean',
170
170
describe: 'Whether to output structured formatted content.',
171
171
},
172
-
experimentalStructuredContentFormat: {
173
-
type: 'string',
174
-
describe:'The format of the structured content. Defaults to "json".',
175
-
choices: ['toon','json']asconst,
172
+
experimentalToonFormat: {
173
+
type: 'boolean',
174
+
describe:
175
+
'Whether to format structured data in text response using Token-Oriented Object Notation. Defaults to false which represents the embedded content as formatted JSON instead.',
176
176
hidden: true,
177
177
},
178
178
experimentalIncludeAllPages: {
@@ -316,20 +316,6 @@ export function parseArguments(
0 commit comments