Skip to content
Developer Preview

initialize

Opens the connection: client identification, capability requests, and the experimental opt-in; the reply carries the envelope schema version and the stable-surface fingerprint.

Type: InitializeParams

initialize request params.

Field Type Stability Presence Description
capabilities ClientCapabilities optional Capability posture; absent means all defaults.
clientInfo ClientInfo required Client identification.
Source

schema/msp/experimental/msp.schema.json#/methods/initialize

{
"description": "Opens the connection: client identification, capability requests, and the experimental opt-in; the reply carries the envelope schema version and the stable-surface fingerprint.",
"params": {
"$ref": "#/$defs/InitializeParams"
},
"result": {
"$ref": "#/$defs/InitializeResult"
}
}