/** * server.ts * Builds and runs the MCP server against the currently active CONFIG. * Call configure() with the desired preset before createServer(). */ export declare function createServer(): Promise; //# sourceMappingURL=server.d.ts.map