Namespace Nexus\Mcp\Server\Subscription

Classes
SubscriptionEntry

One open subscriptions/listen stream: the id every message on it carries, the notification types the server agreed to honour, and the pump that reaches the client.

SubscriptionStore

In-memory implementation of SubscriptionStoreInterface.

Interfaces
SubscriptionStoreInterface

Holds the open subscriptions/listen streams and fans server-side events out to the ones that asked for them.