()
| 24 | // ~800ms, closing the "No such tool available" cold-start race that made headless |
| 25 | // agents flounder. require() is sync + cached on the CommonJS build. |
| 26 | const loadCodeGraph = (): typeof import('../index').default => |
| 27 | (require('../index') as typeof import('../index')).default; |
| 28 | |
| 29 | export interface MCPEngineOptions { |
| 30 | /** |
no outgoing calls
no test coverage detected