export interface McpServeOptions { project?: string; write?: boolean; version?: string; } export declare function mcpCommand(options: McpServeOptions): Promise; export interface McpInitOptions { project?: string; /** Register the server with edit tools enabled. */ write?: boolean; /** Skip writing the Cursor rules file. */ noRules?: boolean; } export declare function mcpInitCommand(options: McpInitOptions): Promise; //# sourceMappingURL=mcp.d.ts.map