Class Nexus\Mcp\Core\Schema\Notification\ProgressNotification

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

An out-of-band notification used to inform the receiver of a progress update for a long-running request.

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