{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MCPCapabilityRequest",
"title": "MCPCapabilityRequest",
"type": "object",
"properties": {
"version": {
"description": "The version of the capability schema (e.g., v1).",
"type": "string"
},
"offset": {
"description": "The version of the control plane known by the client.",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"version"
]
}