Class Nexus\Mcp\Server\Dispatch\ServerMessageDispatcher

final
readonly
implements MessageDispatcherInterface

Server-side per-envelope inbound dispatch. Parses, classifies, gates, resolves a handler, spawns a coroutine to run it, and sends the response (or error) on the transport.

Methods