(rel)
| 24 | const TIMEOUT_MS = Number(timeoutRaw) || 60000; // ~ MCP SDK default request timeout |
| 25 | |
| 26 | const load = async (rel) => import(pathToFileURL(resolve(rel)).href); |
| 27 | const idx = await load('dist/index.js'); |
| 28 | const tools = await load('dist/mcp/tools.js'); |
| 29 | const CodeGraph = idx.default?.default ?? idx.default ?? idx.CodeGraph; |
no test coverage detected