export interface McpServerConfig { command: string; args: string[]; env?: Record; } export declare const BUILTIN_MCPS: Record;