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

Interface UnpackOptions

src/cli/unpack.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { getLogger } from "../shared/log.js";
13
14interface UnpackOptions {
15 mcpbPath: string;
16 outputDir?: string;
17 silent?: boolean;
18}
19
20export async function unpackExtension({
21 mcpbPath,

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…