Variable: GatewayMcpServerCapabilityItemSchema
const GatewayMcpServerCapabilityItemSchema: z.ZodType<{
[key: string]: unknown;
name?: string;
type?: string;
title?: string | null;
description?: string | null;
icons?: unknown[] | null;
enabled?: boolean;
integration_enabled?: boolean | null;
input_schema?: | {
[key: string]: unknown;
}
| null;
output_schema?: | {
[key: string]: unknown;
}
| null;
execution?: | {
[key: string]: unknown;
}
| null;
annotations?: | {
[key: string]: unknown;
}
| null;
arguments?: unknown[] | null;
uri?: string | null;
uri_template?: string | null;
mime_type?: string | null;
size?: number | null;
}>;
Defined in: src/models/ai-gateway-extensions.ts:264
SCM McpServerCapabilityItem; unknown response fields are preserved.