ResourceListChangedNotification
data class ResourceListChangedNotification(val params: ResourceListChangedNotification.Params = Params()) : ServerNotification(source)
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.