ToolListChangedNotification

@Serializable
@SerialName(value = "notifications/tools/list_changed")
data class ToolListChangedNotification(val params: NotificationParams? = null) : JsonRpcNotification

A notification from the server to the client that the list of tools has changed. The client may issue a tools/list request to get the updated list.

Constructors

Link copied to clipboard
constructor(params: NotificationParams? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val params: NotificationParams?

Functions