Member Junction
    Preparing search index...

    Result of an MCP tool sync operation

    interface MCPSyncResult {
        Added: number;
        AuthorizationUrl?: string;
        ConnectionName?: string;
        Deprecated: number;
        ErrorMessage?: string;
        ReauthorizationReason?: string;
        RequiresOAuth?: boolean;
        RequiresReauthorization?: boolean;
        ServerName?: string;
        StateParameter?: string;
        Success: boolean;
        Total: number;
        Updated: number;
    }
    Index

    Properties

    Added: number
    AuthorizationUrl?: string

    OAuth authorization URL if authorization is required

    ConnectionName?: string
    Deprecated: number
    ErrorMessage?: string
    ReauthorizationReason?: string

    Reason for re-authorization if required

    RequiresOAuth?: boolean

    Whether OAuth authorization is required before connecting

    RequiresReauthorization?: boolean

    Whether OAuth re-authorization is required

    ServerName?: string
    StateParameter?: string

    OAuth state parameter for tracking the authorization flow

    Success: boolean
    Total: number
    Updated: number