@salesforce/agents
    Preparing search index...

    Type Alias McpServerUpdateInput

    type McpServerUpdateInput = {
        authorization?: McpServerAuthorizationInput;
        description?: string;
        label?: string;
        serverUrl?: string;
    }
    Index

    Properties

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