Skip to main content

Variable: GatewayMcpServerSchema

const GatewayMcpServerSchema: z.ZodType<{
[key: string]: unknown;
id?: string;
slug?: string;
name?: string;
status?: string;
description?: string | null;
created_at?: string;
mcp_integration_id?: string;
mcp_integration_details?: | {
[key: string]: unknown;
id?: string;
slug?: string;
status?: string;
configurations?: | {
[key: string]: unknown;
}
| null;
url?: string;
transport?: string;
auth_type?: string;
}
| null;
workspace_id?: string | null;
}>;

Defined in: src/models/ai-gateway-extensions.ts:130

SCM McpServer; unknown response fields are preserved.