SessionStartResult
session/start result.
Fields and variants
Section titled “Fields and variants”sessionviewCursor
Source
schema/msp/experimental/msp.schema.json#/types/SessionStartResult
{ "description": "`session/start` result.", "properties": { "session": { "$ref": "#/$defs/Session", "description": "The new session." }, "viewCursor": { "description": "The session view head after the start fold; the connection is\nsubscribed and receives every view event after this cursor. A\ndeduplicated retry returns this same result.", "type": "string" } }, "required": [ "session", "viewCursor" ], "type": "object"}