/** * Register the Agentcard MCP server in Claude Code. * * Auth is OAuth: Claude opens a browser sign-in the first time a tool runs * (creating the account right there if it's a new email). We used to bake the * CLI's bearer token into the config as a static header — for WorkOS sessions * that's a short-lived access token, so the MCP entry silently started 401ing * within hours. OAuth sessions refresh themselves and need no prior CLI login. */ export declare function setupMcp(_version: string): Promise; //# sourceMappingURL=setup-mcp.d.ts.map