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: mcp/mcp-schema.json
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -353,6 +353,15 @@
353
353
"description": "Experimental, non-standard capabilities that the client supports.",
354
354
"type": "object"
355
355
},
356
+
"extensions": {
357
+
"additionalProperties": {
358
+
"additionalProperties": true,
359
+
"properties": {},
360
+
"type": "object"
361
+
},
362
+
"description": "Optional MCP extensions that the client supports. Keys are extension identifiers\n(e.g., \"io.modelcontextprotocol/oauth-client-credentials\"), and values are\nper-extension settings objects. An empty object indicates support with no settings.",
363
+
"type": "object"
364
+
},
356
365
"roots": {
357
366
"description": "Present if the client supports listing roots.",
358
367
"properties": {
@@ -1435,7 +1444,7 @@
1435
1444
"type": "array"
1436
1445
},
1437
1446
"src": {
1438
-
"description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\n`data:` URI with Base64-encoded image data.\n\nConsumers SHOULD takes steps to ensure URLs serving icons are from the\nsame domain as the client/server or a trusted domain.\n\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\nexecutable JavaScript.",
1447
+
"description": "A standard URI pointing to an icon resource. May be an HTTP/HTTPS URL or a\n`data:` URI with Base64-encoded image data.\n\nConsumers SHOULD take steps to ensure URLs serving icons are from the\nsame domain as the client/server or a trusted domain.\n\nConsumers SHOULD take appropriate precautions when consuming SVGs as they can contain\nexecutable JavaScript.",
1439
1448
"format": "uri",
1440
1449
"type": "string"
1441
1450
},
@@ -1520,6 +1529,7 @@
1520
1529
"type": "string"
1521
1530
},
1522
1531
"version": {
1532
+
"description": "The version of this implementation.",
1523
1533
"type": "string"
1524
1534
},
1525
1535
"websiteUrl": {
@@ -3337,6 +3347,15 @@
3337
3347
"description": "Experimental, non-standard capabilities that the server supports.",
3338
3348
"type": "object"
3339
3349
},
3350
+
"extensions": {
3351
+
"additionalProperties": {
3352
+
"additionalProperties": true,
3353
+
"properties": {},
3354
+
"type": "object"
3355
+
},
3356
+
"description": "Optional MCP extensions that the server supports. Keys are extension identifiers\n(e.g., \"io.modelcontextprotocol/apps\"), and values are per-extension settings\nobjects. An empty object indicates support with no settings.",
3357
+
"type": "object"
3358
+
},
3340
3359
"logging": {
3341
3360
"additionalProperties": true,
3342
3361
"description": "Present if the server supports sending log messages to the client.",
@@ -3504,6 +3523,9 @@
3504
3523
{
3505
3524
"$ref": "#/$defs/CallToolResult"
3506
3525
},
3526
+
{
3527
+
"$ref": "#/$defs/CreateTaskResult"
3528
+
},
3507
3529
{
3508
3530
"$ref": "#/$defs/GetTaskResult",
3509
3531
"description": "The result returned for a {@link GetTaskRequesttasks/get} request."
0 commit comments