MCPcopy Create free account
hub / github.com/modelcontextprotocol/mcpb / ExecSyncError

Interface ExecSyncError

test/cli.test.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { DEFAULT_MANIFEST_VERSION } from "../src/shared/constants";
6
7interface ExecSyncError extends Error {
8 stdout: Buffer;
9 stderr: Buffer;
10 status: number | null;
11 signal: string | null;
12}
13
14describe("DXT CLI", () => {
15 const cliPath = join(__dirname, "../dist/cli/cli.js");

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…