Skip to main content

Variable: McpIntegrationCapabilitiesUpdateResponseSchema

const McpIntegrationCapabilitiesUpdateResponseSchema: ZodObject<{
success: ZodBoolean;
}, "passthrough", ZodTypeAny, objectOutputType<{
success: ZodBoolean;
}, ZodTypeAny, "passthrough">, objectInputType<{
success: ZodBoolean;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/ai-gateway.ts:1089