Class Nexus\Mcp\Core\Schema\Notification\ToolListChangedNotification

final
readonly
extends JsonRpcNotification<'notifications/tools/list_changed', array{jsonrpc: '2.0', method: 'notifications/tools/list_changed', params?: template-type<EmptyNotificationParams, NotificationParams, 'T'>}>
implements ServerNotification

An optional notification from the server to the client, informing it that the list of tools it offers has changed. This is only delivered on a subscriptions/listen stream when the client requested it via the toolsListChanged filter field.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcNotification
jsonSerialize()
Methods inherited from Nexus\Mcp\Core\Schema\Notification
__construct(),
Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage
JSONRPC_VERSION
Properties