MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / CliOption

Interface CliOption

scripts/generate-cli.ts:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65interface CliOption {
66 name: string;
67 type: string;
68 description: string;
69 required: boolean;
70 default?: unknown;
71 enum?: unknown[];
72}
73
74interface JsonSchema {
75 type?: string | string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected