/** * Creates and starts the MCP server with all eval tools registered. * All logging goes to stderr — stdout is reserved for the JSON-RPC protocol. */ export declare function startMcpServer(): Promise; //# sourceMappingURL=server.d.ts.map