class
MCProtocol::InitializeRequestParams
- MCProtocol::InitializeRequestParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
mcprotocol/initialize_request.crConstructors
- .new(capabilities : ClientCapabilities, clientInfo : Implementation, protocolVersion : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #capabilities : ClientCapabilities
- #clientInfo : Implementation
-
#protocolVersion : String
The latest version of the Model Context Protocol that the client supports.
Constructor Detail
def self.new(capabilities : ClientCapabilities, clientInfo : Implementation, protocolVersion : String)
#
Instance Method Detail
def protocolVersion : String
#
The latest version of the Model Context Protocol that the client supports. The client MAY decide to support older versions as well.