MCPcopy Index your code
hub / github.com/modelcontextprotocol/inspector / CliOptions

Interface CliOptions

cli/__tests__/helpers/cli-runner.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface CliOptions {
17 timeout?: number;
18 cwd?: string;
19 env?: Record<string, string>;
20 signal?: AbortSignal;
21}
22
23/**
24 * Run the CLI with given arguments and capture output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…