MCP Apps Plumbing (#6286)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-01-05 10:34:52 -05:00
committed by GitHub
parent d1f242b69f
commit 85aee9c5b7
21 changed files with 484 additions and 947 deletions
+18 -2
View File
@@ -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"
},