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

    Type Alias AdcpTestResponse

    AdcpTestResponse: unknown

    Response returned by AdcpServer.dispatchTestRequest().

    The shape depends on the method — for tools/call this is the CallToolResult (content + structuredContent + optional isError); for other methods it's the method-specific result. Left as unknown so callers narrow with type guards or schema validation relevant to the specific method they're dispatching.