| 8 | export type McpbManifestAny = z.infer<typeof McpbManifestSchemaAny>; |
| 9 | |
| 10 | export interface Logger { |
| 11 | log: (...args: unknown[]) => void; |
| 12 | error: (...args: unknown[]) => void; |
| 13 | warn: (...args: unknown[]) => void; |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…