Skip to main content

Variable: GatewayMcpServersClientListOptionsSchema

const GatewayMcpServersClientListOptionsSchema: z.ZodType<{
workspace_id?: string;
current_page?: number;
page_size?: number;
id?: string;
search?: string;
}>;

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

SCM McpServersClientListOptions; stable request fields are strict; extension maps accept finite JSON.