Member Junction
    Preparing search index...

    Variable MJMCPServerConnectionSchemaConst

    MJMCPServerConnectionSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            AutoGenerateActions: ZodBoolean;
            AutoSyncTools: ZodBoolean;
            Company: ZodNullable<ZodString>;
            CompanyID: ZodNullable<ZodString>;
            Credential: ZodNullable<ZodString>;
            CredentialID: ZodNullable<ZodString>;
            CustomHeaderName: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            EnvironmentVars: ZodNullable<ZodString>;
            ID: ZodString;
            LastConnectedAt: ZodNullable<ZodDate>;
            LastErrorMessage: ZodNullable<ZodString>;
            LogInputParameters: ZodBoolean;
            LogOutputContent: ZodBoolean;
            LogToolCalls: ZodBoolean;
            MaxOutputLogSize: ZodNullable<ZodNumber>;
            MCPServer: ZodString;
            MCPServerID: ZodString;
            Name: ZodString;
            Status: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AutoGenerateActions?: boolean;
            AutoSyncTools?: boolean;
            Company?: string;
            CompanyID?: string;
            Credential?: string;
            CredentialID?: string;
            CustomHeaderName?: string;
            Description?: string;
            EnvironmentVars?: string;
            ID?: string;
            LastConnectedAt?: Date;
            LastErrorMessage?: string;
            LogInputParameters?: boolean;
            LogOutputContent?: boolean;
            LogToolCalls?: boolean;
            MaxOutputLogSize?: number;
            MCPServer?: string;
            MCPServerID?: string;
            Name?: string;
            Status?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AutoGenerateActions?: boolean;
            AutoSyncTools?: boolean;
            Company?: string;
            CompanyID?: string;
            Credential?: string;
            CredentialID?: string;
            CustomHeaderName?: string;
            Description?: string;
            EnvironmentVars?: string;
            ID?: string;
            LastConnectedAt?: Date;
            LastErrorMessage?: string;
            LogInputParameters?: boolean;
            LogOutputContent?: boolean;
            LogToolCalls?: boolean;
            MaxOutputLogSize?: number;
            MCPServer?: string;
            MCPServerID?: string;
            Name?: string;
            Status?: string;
        },
    > = ...

    zod schema definition for the entity MJ: MCP Server Connections