@salesforce/agents
    Preparing search index...

    Type Alias McpServerOutput

    type McpServerOutput = {
        authorization?: McpServerAuthorizationOutput;
        createdById?: string;
        createdDate?: string;
        description?: string;
        id: string;
        label?: string;
        lastModifiedById?: string;
        lastModifiedDate?: string;
        name: string;
        serverUrl?: string;
        status: string;
        type: McpServerType;
    }
    Index

    Properties

    createdById?: string
    createdDate?: string
    description?: string
    id: string
    label?: string
    lastModifiedById?: string
    lastModifiedDate?: string
    name: string
    serverUrl?: string
    status: string