You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/draft/schema.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,13 @@
342
342
"$ref": "#/definitions/ResourceReference"
343
343
}
344
344
]
345
+
},
346
+
"resolved": {
347
+
"additionalProperties": {
348
+
"type": "string"
349
+
},
350
+
"description": "Previously-resolved variables in a URI template. The keys of the object\nare be the template's variable expressions including surrounding braces.",
351
+
"type": "object"
345
352
}
346
353
},
347
354
"required": [
@@ -2279,7 +2286,7 @@
2279
2286
"type": "string"
2280
2287
},
2281
2288
"outputSchema": {
2282
-
"description": "An optional JSON Schema object defining the structure of the tool's output returned in\nthe structuredContent field of a CallToolResult.",
2289
+
"description": "An optional JSON Schema object defining the structure of the tool's output returned in\nthe structuredContent field of a CallToolResult.",
0 commit comments