Class Nexus\Mcp\Schema\Message\JsonRpcNotification

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

abstract
readonly
extends Notification<T>

A notification which does not expect a response.

Methods
Methods inherited from Nexus\Mcp\Schema\Notification\Notification
jsonSerialize()
Methods inherited from Nexus\Mcp\Schema\Message\Message
validateJsonRpc()
Constants inherited from Nexus\Mcp\Schema\Message\JsonRpcMessage
JSON_RPC_VERSION
Properties
Properties inherited from Nexus\Mcp\Schema\Notification\Notification
$method, $params