Namespace Nexus\Mcp\Core\Handler

Classes
AbstractContext

Context passed to a request handler, carrying the inbound request's metadata and out-of-band helpers.

HandlerRegistry

Method-name to handler dispatch table, generic over the handler interface.

Interfaces
NotificationHandlerInterface

Handler for a single inbound JSON-RPC notification, TMethod binding the literal its notification class returns from static::getMethod().

RequestHandlerInterface

Handler for a single inbound JSON-RPC request, TMethod binding the literal its request class returns from static::getMethod().

SenderInterface

Outbound message pump used by AbstractContext helpers.