export declare function mcpServers(): { name: string; transport: string; detail: any; }[]; export declare function addMcpServer(spec: any): { ok: boolean; error?: undefined; } | { ok: boolean; error: any; };