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

Interface Logger

src/types.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8export type McpbManifestAny = z.infer<typeof McpbManifestSchemaAny>;
9
10export interface Logger {
11 log: (...args: unknown[]) => void;
12 error: (...args: unknown[]) => void;
13 warn: (...args: unknown[]) => void;
14}

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…