RootsListChangedNotification

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

A notification from the client to the server, informing that the list of roots has changed. The server may now request roots/list again to get the updated set of roots.

Constructors

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

Properties

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

Functions