MCPcopy Create free account
hub / github.com/modelcontextprotocol/inspector / CliResult

Interface CliResult

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

Source from the content-addressed store, hash-verified

7const CLI_PATH = resolve(__dirname, "../../build/cli.js");
8
9export interface CliResult {
10 exitCode: number | null;
11 stdout: string;
12 stderr: string;
13 output: string; // Combined stdout + stderr
14}
15
16export interface CliOptions {
17 timeout?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected