{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "_meta": true,
    "arguments": true,
    "name": {
      "type": "string"
    },
    "server": {
      "type": "string"
    },
    "subscriptionId": {
      "type": "string"
    },
    "threadId": {
      "type": "string"
    }
  },
  "required": [
    "arguments",
    "name",
    "server",
    "subscriptionId",
    "threadId"
  ],
  "title": "McpServerEventStreamStartParams",
  "type": "object"
}