Variable: GatewayMcpServerTestResponseSchema
const GatewayMcpServerTestResponseSchema: z.ZodType<{
[key: string]: unknown;
success?: boolean;
status_code?: number | null;
response_time_ms?: number | null;
url?: string | null;
server_name?: string;
error?: string | null;
}>;
Defined in: src/models/ai-gateway-extensions.ts:220
SCM McpServerTestResponse; unknown response fields are preserved.