ClientTransport.setInboundHandler

Install the client's inbound dispatcher (McpClient.dispatchInbound), invoked for notifications and server->client requests on any stream.

interface ClientTransport
@safe
void
setInboundHandler
(
void delegate @safe handler
)