Member Junction
    Preparing search index...

    Interface for MCP Connection data

    interface MCPConnectionData {
        AutoSyncTools: boolean;
        CompanyID: string | null;
        CredentialID: string | null;
        Description: string | null;
        ID: string;
        LastConnectedAt: Date | null;
        LastErrorMessage: string | null;
        LogToolCalls: boolean;
        MCPServerID: string;
        Name: string;
        ServerName?: string;
        Status: string;
    }
    Index

    Properties

    AutoSyncTools: boolean
    CompanyID: string | null
    CredentialID: string | null
    Description: string | null
    ID: string
    LastConnectedAt: Date | null
    LastErrorMessage: string | null
    LogToolCalls: boolean
    MCPServerID: string
    Name: string
    ServerName?: string
    Status: string