Class Nexus\Mcp\Core\Transport\InMemoryTransport

final
implements TransportInterface

In-process JSON-RPC duplex between two TransportInterface instances. Each side's send() becomes the other side's inbound message. Pre-start inbound envelopes queue and drain on start(). close() cascades to the peer.

Methods