MCProtocol::ServerCapabilities
Inherits JSON::Serializable < Reference < Object
Capabilities that a server may support. Known capabilities are defined here, in this schema, but this is not a closed set: any server can define its own, additional capabilities.
Constructors
new(pull : JSON::PullParser)
Sourcenew(experimental : JSON::Any | Nil = Nil, logging : JSON::Any | Nil = Nil, prompts : ServerCapabilitiesPrompts | Nil = Nil, resources : ServerCapabilitiesResources | Nil = Nil, tools : ServerCapabilitiesTools | Nil = Nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source