InitializeRequest extension type

This request is sent from the client to the server when it first connects, asking it to begin initialization.

on
Implemented types

Constructors

InitializeRequest.new({required ProtocolVersion protocolVersion, required ClientCapabilities capabilities, required Implementation clientInfo, MetaWithProgressToken? meta})
factory

Properties

capabilities ClientCapabilities
no setter
clientInfo Implementation
no setter
meta MetaWithProgressToken?
If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress).
no setterinherited
protocolVersion ProtocolVersion?
The latest version of the Model Context Protocol that the client supports.
no setter

Constants

methodName → const String