TS optionality for MCP elicitation event fields

This commit is contained in:
canvrno-oai
2026-02-23 11:55:31 -08:00
parent 48fe731e68
commit a763aff107
4 changed files with 24 additions and 21 deletions

View File

@@ -2818,6 +2818,12 @@
},
{
"properties": {
"elicitation_id": {
"type": [
"string",
"null"
]
},
"id": {
"$ref": "#/definitions/RequestId"
},
@@ -2840,12 +2846,6 @@
"string",
"null"
]
},
"elicitation_id": {
"type": [
"string",
"null"
]
}
},
"required": [
@@ -13945,4 +13945,4 @@
},
"title": "CodexAppServerProtocol",
"type": "object"
}
}