v0.4.0 · Interface

client-handler

Client-side MCP request/response handler interface This interface defines the contract for processing MCP protocol messages on the client side. Components implementing this interface receive server requests, process them, and return client responses. They also handle bidirectional communication through responses and notifications. This mirrors server-handler but processes server-initiated messages.