{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "subscriptionId": {
      "type": "string"
    }
  },
  "required": [
    "subscriptionId"
  ],
  "title": "McpServerEventStreamStopParams",
  "type": "object"
}