| Classes | |
|---|---|
| AbstractContext | Context passed to a request handler. Carries metadata about the incoming request and exposes domain helpers for emitting out-of-band messages. |
| HandlerRegistry | Method-name to handler dispatch table, generic over the handler interface. |
| Interfaces | |
| NotificationHandlerInterface | Handles a single inbound JSON-RPC notification. |
| RequestHandlerInterface | Handles a single inbound JSON-RPC request and returns the typed result. |
| SenderInterface | Outbound message pump used by |
| Namespaces | |
| Nexus\Mcp\Core\Handler\Request | |