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

Interface PackOptions

src/cli/pack.ts:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import { initExtension } from "./init.js";
20
21interface PackOptions {
22 extensionPath: string;
23 outputPath?: string;
24 silent?: boolean;
25}
26
27function formatFileSize(bytes: number): string {
28 if (bytes < 1024) {

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…