MCP Apps Plumbing (#6286)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
+18
-2
@@ -4571,10 +4571,23 @@
|
||||
"ReadResourceResponse": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"html"
|
||||
"uri",
|
||||
"text"
|
||||
],
|
||||
"properties": {
|
||||
"html": {
|
||||
"_meta": {
|
||||
"type": "object",
|
||||
"additionalProperties": {},
|
||||
"nullable": true
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"uri": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
@@ -5690,6 +5703,9 @@
|
||||
"toolCall"
|
||||
],
|
||||
"properties": {
|
||||
"_meta": {
|
||||
"type": "object"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user