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.
Response returned by
AdcpServer.dispatchTestRequest().The shape depends on the
method— fortools/callthis is theCallToolResult(content + structuredContent + optional isError); for other methods it's the method-specific result. Left asunknownso callers narrow with type guards or schema validation relevant to the specific method they're dispatching.