@salesforce/agents
    Preparing search index...

    Type Alias McpServerCreateInput

    type McpServerCreateInput = {
        authorization?: McpServerAuthorizationInput;
        description?: string;
        label?: string;
        name: string;
        serverUrl: string;
        type: McpServerType;
    }
    Index

    Properties

    description?: string
    label?: string
    name: string
    serverUrl: string