Class Nexus\Mcp\Core\Schema\Notification\SubscriptionsAcknowledgedNotification

final
readonly
extends JsonRpcNotification<'notifications/subscriptions/acknowledged', array{jsonrpc: '2.0', method: 'notifications/subscriptions/acknowledged', params: template-type<SubscriptionsAcknowledgedNotificationParams, NotificationParams, 'T'>}>
implements ServerNotification

Sent by the server as the first message on a subscriptions/listen stream to acknowledge that the subscription has been established and to report which notification types it agreed to honor.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcNotification
jsonSerialize()
Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage
JSONRPC_VERSION
Properties