export interface McpServerOptions { projectRoot: string; /** Expose the model-editing tools. Read-only when false. */ allowWrites?: boolean; version?: string; } export declare function startMcpServer(options: McpServerOptions): Promise; //# sourceMappingURL=server.d.ts.map