Skip to content
Developer Preview

SessionMcpStdioFraming

Stdio framing choices exposed by session MCP configuration.

  • "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"
}