(rel)
| 20 | const TOOL = args.tool ?? 'context'; |
| 21 | |
| 22 | const load = (rel) => import(pathToFileURL(resolve(rel)).href); |
| 23 | const idx = await load('dist/index.js'); |
| 24 | const tools = await load('dist/mcp/tools.js'); |
| 25 | const CodeGraph = idx.default?.default ?? idx.default ?? idx.CodeGraph; |
no test coverage detected