/** * Apply Reconstruct MCP install: JSON merge for Cursor/Antigravity; * native CLIs for Claude Code and Codex per vendor docs. * Per-assistant behavior is documented in `docs/cli-auth-install.md` (MCP wiring vs optional `--with-skills`). */ import { type McpInstallTargetMeta } from "../assistants/install-targets"; export declare function resolveMcpServerUrl(): string; /** * Idempotently configure the reconstruct MCP server for this target. */ export declare function applyMcpInstall(meta: McpInstallTargetMeta, apiKey: string, mcpUrl?: string): Promise; //# sourceMappingURL=mcp-install.d.ts.map