class MCProtocol::RootsListChangedNotification

Overview

A notification from the client to the server, informing it that the list of roots has changed. This notification should be sent whenever the client adds, removes, or modifies any root. The server should then request an updated list of roots using the ListRootsRequest.

Included Modules

Defined in:

mcprotocol/roots_list_changed_notification.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(params : JSON::Any | Nil = Nil) #

[View source]

Instance Method Detail

def method : String #

[View source]
def params : JSON::Any | Nil #

[View source]