(rel)
| 47 | process.env.CODEGRAPH_OFFLOAD_DISABLE = '1'; // raw, accurate — never the unfixed offload |
| 48 | process.env.CODEGRAPH_TELEMETRY = '0'; process.env.DO_NOT_TRACK = '1'; |
| 49 | const load = async (rel) => import(pathToFileURL(resolve(ENGINE, rel)).href); |
| 50 | const idx = await load('dist/index.js'); |
| 51 | const tools = await load('dist/mcp/tools.js'); |
| 52 | const CodeGraph = idx.default?.default ?? idx.default ?? idx.CodeGraph; |
no test coverage detected