Member Junction
    Preparing search index...

    Result from syncing tools

    interface MCPSyncToolsResult {
        added: number;
        deprecated: number;
        error?: string;
        success: boolean;
        total: number;
        updated: number;
    }
    Index

    Properties

    added: number

    Number of tools added

    deprecated: number

    Number of tools marked deprecated

    error?: string

    Error message if failed

    success: boolean

    Whether the sync succeeded

    total: number

    Total tools after sync

    updated: number

    Number of tools updated