@salesforce/agents
    Preparing search index...

    Type Alias McpServerAssetOutput

    type McpServerAssetOutput = {
        active: boolean;
        availableAsAgentAction?: boolean;
        description?: string;
        id: string;
        kind: McpAssetKind;
        label?: string;
        name: string;
    }
    Index

    Properties

    active: boolean
    availableAsAgentAction?: boolean
    description?: string
    id: string
    label?: string
    name: string