export interface MCPRequest { requestId?: string; toolName: string; parameters: Record; } export interface MCPResponse { requestId?: string; response: unknown; } //# sourceMappingURL=mcp.d.ts.map