ResourceListChangedNotification

An optional notification from the server to the client, informing it that the list of resources it can read from has changed.

Servers may issue this without any previous subscription from the client. Sent only if the server's ServerCapabilities.resources has listChanged = true.

Constructors

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

Properties

Link copied to clipboard
open override val method: Method

The notification method identifier.

Link copied to clipboard
open override val params: BaseNotificationParams?

Optional notification parameters containing metadata.

Functions

Link copied to clipboard

Converts the notification to a JSON-RPC notification.