Skip to main content

Variable: GatewayMcpServerListItemSchema

const GatewayMcpServerListItemSchema: z.ZodType<{
[key: string]: unknown;
id?: string;
organisation_id?: string;
name?: string;
description?: string | null;
status?: string;
created_at?: string;
owner_id?: string;
slug?: string;
workspace_id?: string | null;
mcp_integration_id?: string;
mcp_integration_slug?: string | null;
mcp_integration_url?: string | null;
auth_type?: string;
workspace_name?: string | null;
workspace_slug?: string | null;
url?: string;
}>;

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

SCM McpServerListItem; unknown response fields are preserved.