Variable MJMCPServerConnectionToolSchemaConst
MJMCPServerConnectionToolSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
DefaultInputValues: ZodNullable<ZodString>;
ID: ZodString;
IsEnabled: ZodBoolean;
MaxCallsPerMinute: ZodNullable<ZodNumber>;
MCPServerConnection: ZodString;
MCPServerConnectionID: ZodString;
MCPServerTool: ZodNullable<ZodString>;
MCPServerToolID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultInputValues?: string;
ID?: string;
IsEnabled?: boolean;
MaxCallsPerMinute?: number;
MCPServerConnection?: string;
MCPServerConnectionID?: string;
MCPServerTool?: string;
MCPServerToolID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultInputValues?: string;
ID?: string;
IsEnabled?: boolean;
MaxCallsPerMinute?: number;
MCPServerConnection?: string;
MCPServerConnectionID?: string;
MCPServerTool?: string;
MCPServerToolID?: string;
},
> = ...
zod schema definition for the entity MJ: MCP Server Connection Tools