We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109bf43 commit a59c635Copy full SHA for a59c635
1 file changed
src/cli.ts
@@ -247,6 +247,11 @@ 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: 'Set by Chrome DevTools CLI if the MCP server is started via the CLI client (this arg exists for usage stats)',
253
+ hidden: true,
254
+ }
255
} satisfies Record<string, YargsOptions>;
256
257
export type ParsedArguments = ReturnType<typeof parseArguments>;
0 commit comments