(rel)
| 24 | const TIER = { mtkruto: 'small', postybirb: 'medium', shapeshift: 'complex', trezor: 'large' }; |
| 25 | |
| 26 | const load = async (rel) => import(pathToFileURL(resolve(ENGINE, rel)).href); |
| 27 | const idx = await load('dist/index.js'); |
| 28 | const toolsMod = await load('dist/mcp/tools.js'); |
| 29 | const CodeGraph = idx.default?.default ?? idx.default ?? idx.CodeGraph; |
no test coverage detected