SessionMcpStdioFraming
Stdio framing choices exposed by session MCP configuration.
Fields and variants
Section titled “Fields and variants”"auto""contentLength""lineDelimitedJson"
Source
schema/msp/experimental/msp.schema.json#/types/SessionMcpStdioFraming
{ "description": "Stdio framing choices exposed by session MCP configuration.", "enum": [ "auto", "contentLength", "lineDelimitedJson" ], "type": "string", "x-msp-openness": "closed"}