Variable: GatewayMcpServerConnectionItemSchema
const GatewayMcpServerConnectionItemSchema: z.ZodType<{
[key: string]: unknown;
user_id?: string;
connected?: boolean;
created_at?: string;
last_updated_at?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:531
SCM McpServerConnectionItem; unknown response fields are preserved.