/** * MCP Command * * Starts the MCP server in standalone mode. * Loads all indexed repos from the global registry. * No longer depends on cwd — works from any directory. */ export declare const mcpCommand: () => Promise;