@salesforce/agents
    Preparing search index...

    Type Alias McpFetchedAsset

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

    Properties

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