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/schema.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1106,12 +1106,16 @@
1106
1106
"Resource": {
1107
1107
"description": "A known resource that the server is capable of reading.",
1108
1108
"properties": {
1109
+
"description": {
1110
+
"description": "A description of what this resource represents.\n\nThis can be used by clients to improve the LLM's understanding of available resources. It can be thought of like a \"hint\" to the model.",
1111
+
"type": "string"
1112
+
},
1109
1113
"mimeType": {
1110
1114
"description": "The MIME type of this resource, if known.",
1111
1115
"type": "string"
1112
1116
},
1113
1117
"name": {
1114
-
"description": "An optional human-readable name for this resource.\n\nThis can be used by clients to populate UI elements.",
1118
+
"description": "A human-readable name for this resource.\n\nThis can be used by clients to populate UI elements.",
1115
1119
"type": "string"
1116
1120
},
1117
1121
"uri": {
@@ -1191,15 +1195,15 @@
1191
1195
"description": "A template description for resources available on the server.",
1192
1196
"properties": {
1193
1197
"description": {
1194
-
"description": "A human-readable description of what this template is for.",
1198
+
"description": "A description of what this template is for.\n\nThis can be used by clients to improve the LLM's understanding of available resources. It can be thought of like a \"hint\" to the model.",
1195
1199
"type": "string"
1196
1200
},
1197
1201
"mimeType": {
1198
1202
"description": "The MIME type for all resources that match this template. This should only be included if all resources matching this template have the same type.",
1199
1203
"type": "string"
1200
1204
},
1201
1205
"name": {
1202
-
"description": "A human-readable name for the type of resource this template refers to.",
1206
+
"description": "A human-readable name for the type of resource this template refers to.\n\nThis can be used by clients to populate UI elements.",
0 commit comments