| 12 | import { getLogger } from "../shared/log.js"; |
| 13 | |
| 14 | interface UnpackOptions { |
| 15 | mcpbPath: string; |
| 16 | outputDir?: string; |
| 17 | silent?: boolean; |
| 18 | } |
| 19 | |
| 20 | export async function unpackExtension({ |
| 21 | mcpbPath, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…