Class Nexus\Mcp\Schema\Notification\ToolListChangedNotification

final
readonly
extends JsonRpcNotification<array{jsonrpc: '2.0', method: 'notifications/tools/list_changed', params?: array{_meta?: array<string, mixed>}}>
implements ServerNotification

An optional notification from the server to the client, informing it that the list of tools it offers has changed. This may be issued by servers without any previous subscription from the client.

Methods
Methods inherited from Nexus\Mcp\Schema\Message\JsonRpcNotification
toArray()
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 inherited from Nexus\Mcp\Schema\Message\JsonRpcNotification
$jsonrpc
Properties inherited from Nexus\Mcp\Schema\Notification\Notification
$method, $params