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

final
readonly
extends JsonRpcNotification<'notifications/progress'>
implements ClientNotification, 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
toArray(), jsonSerialize()
Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage
JSONRPC_VERSION
Properties