Class Nexus\Mcp\Schema\Notification\Notification

<T is array{method: non-empty-string, params?: array<string, mixed>}>

abstract
readonly
extends Message<T>

The base JSON-RPC notification object.

Methods
Methods inherited from Nexus\Mcp\Schema\Message\Message
validateJsonRpc()
Constants inherited from Nexus\Mcp\Schema\Message\JsonRpcMessage
JSON_RPC_VERSION
Properties