(rel)
| 78 | process.exit(2); |
| 79 | } |
| 80 | const load = (rel) => import(pathToFileURL(resolve(REPO_ROOT, rel)).href); |
| 81 | const idxMod = await load('dist/index.js'); |
| 82 | const toolsMod = await load('dist/mcp/tools.js'); |
| 83 | const CodeGraph = idxMod.default?.default ?? idxMod.default ?? idxMod.CodeGraph; |
no test coverage detected