We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109bf43 commit baa80f9Copy full SHA for baa80f9
1 file changed
src/cli.ts
@@ -247,6 +247,12 @@ export const cliOptions = {
247
describe:
248
'Exposes a "slim" set of 3 tools covering navigation, script execution and screenshots only. Useful for basic browser tasks.',
249
},
250
+ viaCli: {
251
+ type: 'boolean',
252
+ describe:
253
+ 'Set by Chrome DevTools CLI if the MCP server is started via the CLI client (this arg exists for usage stats)',
254
+ hidden: true,
255
+ },
256
} satisfies Record<string, YargsOptions>;
257
258
export type ParsedArguments = ReturnType<typeof parseArguments>;
0 commit comments