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

@@ -1757,6 +1757,12 @@
},
{
"properties": {
"elicitation_id": {
"type": [
"string",
"null"
]
},
"id": {
"$ref": "#/definitions/RequestId"
},
@@ -1779,12 +1785,6 @@
"string",
"null"
]
},
"elicitation_id": {
"type": [
"string",
"null"
]
}
},
"required": [
@@ -7015,6 +7015,12 @@
},
{
"properties": {
"elicitation_id": {
"type": [
"string",
"null"
]
},
"id": {
"$ref": "#/definitions/RequestId"
},
@@ -7037,12 +7043,6 @@
"string",
"null"
]
},
"elicitation_id": {
"type": [
"string",
"null"
]
}
},
"required": [
@@ -8445,4 +8445,4 @@
}
],
"title": "EventMsg"
}
}