Skip to content

Commit ef5ebfa

Browse files
committed
update schema...
1 parent f46cb58 commit ef5ebfa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

schema/2025-03-26/schema.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@
225225
{
226226
"$ref": "#/definitions/ListResourcesRequest"
227227
},
228+
{
229+
"$ref": "#/definitions/ListResourceTemplatesRequest"
230+
},
228231
{
229232
"$ref": "#/definitions/ReadResourceRequest"
230233
},
@@ -1885,6 +1888,9 @@
18851888
{
18861889
"$ref": "#/definitions/ListResourcesResult"
18871890
},
1891+
{
1892+
"$ref": "#/definitions/ListResourceTemplatesResult"
1893+
},
18881894
{
18891895
"$ref": "#/definitions/ReadResourceResult"
18901896
},
@@ -2052,14 +2058,14 @@
20522058
"type": "object"
20532059
},
20542060
"ToolAnnotations": {
2055-
"description": "Additional properties describing a Tool to clients.\n\nNOTE: all properties in ToolAnnotations are **hints**. \nThey are not guaranteed to provide a faithful description of \ntool behavior (including descriptive properties like `title`).\n\nClients should never make tool use decisions based on ToolAnnotations\nreceived from untrusted servers.",
2061+
"description": "Additional properties describing a Tool to clients.\n\nNOTE: all properties in ToolAnnotations are **hints**.\nThey are not guaranteed to provide a faithful description of\ntool behavior (including descriptive properties like `title`).\n\nClients should never make tool use decisions based on ToolAnnotations\nreceived from untrusted servers.",
20562062
"properties": {
20572063
"destructiveHint": {
20582064
"description": "If true, the tool may perform destructive updates to its environment.\nIf false, the tool performs only additive updates.\n\n(This property is meaningful only when `readOnlyHint == false`)\n\nDefault: true",
20592065
"type": "boolean"
20602066
},
20612067
"idempotentHint": {
2062-
"description": "If true, calling the tool repeatedly with the same arguments \nwill have no additional effect on the its environment.\n\n(This property is meaningful only when `readOnlyHint == false`)\n\nDefault: false",
2068+
"description": "If true, calling the tool repeatedly with the same arguments\nwill have no additional effect on the its environment.\n\n(This property is meaningful only when `readOnlyHint == false`)\n\nDefault: false",
20632069
"type": "boolean"
20642070
},
20652071
"openWorldHint": {

0 commit comments

Comments
 (0)