ResourceListChangedNotification

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

A notification from the server to the client that the list of resources has changed. The client should issue a resources/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