export declare const MCP_SERVERS: readonly [{ readonly name: "Camera Remote SDK"; readonly desc: "C++/C# PTP SDK docs, API functions, code examples"; readonly key: "CameraRemoteSDK"; readonly url: "https://sdk-rag-agent-production.up.railway.app/mcp"; readonly status: "live"; }, { readonly name: "Camera Remote Web API"; readonly desc: "TypeScript/REST API reference for this package"; readonly key: "CameraWebAPI"; readonly url: "https://crsdk.app/mcp"; readonly status: "live"; }, { readonly name: "Camera Help Guides"; readonly desc: "Alpha, Cinema, PTZ camera help & compatibility"; readonly key: "CameraHelp"; readonly url: "https://camera-rag-agent-production.up.railway.app/mcp"; readonly status: "live"; }, { readonly name: "Athena Bridge"; readonly desc: "Personalized SDK plans and bridge tools"; readonly key: "AthenaBridge"; readonly url: "https://sdk-bridge-production.up.railway.app/mcp"; readonly status: "auth-required"; }]; export type AgentName = 'claude-code' | 'vscode' | 'cursor'; export type ScopeName = 'user' | 'project'; export declare const AGENTS: { name: AgentName; desc: string; }[]; export declare const SCOPES: { name: ScopeName; desc: string; }[]; export declare function mcpStatus(): Promise; export declare function mcpInstall(agent?: string, scope?: string, serverArg?: string): Promise; export declare function mcpCommand(subcommand?: string, arg2?: string, arg3?: string, arg4?: string): Promise; export declare function getMcpStatusSummary(): { configured: number; total: number; }; //# sourceMappingURL=mcp.d.ts.map