Class Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcNotification

<out TMethod is non-empty-string>

abstract
readonly
extends Notification<TMethod>
implements Arrayable<array{jsonrpc: '2.0', method: non-empty-string, params?: template-type<NotificationParams, Arrayable, 'T'>}>, JsonRpcMessage

A notification which does not expect a response.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\Notification
__construct(), getMethod()
Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage
JSONRPC_VERSION
Properties inherited from Nexus\Mcp\Core\Schema\Notification
$params