import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare function buildMcpServer(targetDir: string): McpServer;
/** Starts the server on stdio (the shape an MCP client launches: `loopgraph mcp
`). */
export declare function startMcpServer(targetDir: string): Promise;
//# sourceMappingURL=server.d.ts.map