@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface AdcpTestRequest

    Request envelope accepted by AdcpServer.dispatchTestRequest().

    Mirrors the JSON-RPC method/params shape so tests can target the same methods the transport would — tools/call, tools/list, etc.

    interface AdcpTestRequest {
        method: string;
        params?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    method: string
    params?: Record<string, unknown>