export type McpClientStatus = "disconnected" | "connecting" | "connected" | "reconnecting"; export type ChorusToolTextContent = { type: string; text?: string; };