@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface TransportActivityContext

    interface TransportActivityContext {
        agentId: string;
        protocol: "mcp" | "a2a";
        tool?: string;
        taskType?: string;
        operationId?: string;
        taskId?: string;
        contextId?: string;
        idempotencyKey?: string;
    }
    Index

    Properties

    agentId: string
    protocol: "mcp" | "a2a"
    tool?: string
    taskType?: string
    operationId?: string
    taskId?: string
    contextId?: string
    idempotencyKey?: string