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: services/backend/api-spec.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14487,7 +14487,7 @@
14487
14487
"tags": [
14488
14488
"MCP Servers"
14489
14489
],
14490
-
"description": "Create a new global MCP server - requires global admin permissions. Global servers are visible to all users. Requires Content-Type: application/json header when sending request body.",
14490
+
"description": "Create a new global MCP server - requires global admin permissions. Global servers are visible to all users. If transport_type is not provided, it will be automatically extracted from claude_desktop_config (CLI commands like npx, node, python = stdio). Requires Content-Type: application/json header when sending request body.",
14491
14491
"requestBody": {
14492
14492
"content": {
14493
14493
"application/json": {
@@ -14670,7 +14670,6 @@
14670
14670
"description",
14671
14671
"language",
14672
14672
"runtime",
14673
-
"transport_type",
14674
14673
"claude_desktop_config"
14675
14674
],
14676
14675
"additionalProperties": false
@@ -15143,7 +15142,7 @@
15143
15142
"tags": [
15144
15143
"MCP Servers"
15145
15144
],
15146
-
"description": "Update an existing global MCP server - requires global admin permissions. Only global servers can be updated through this endpoint. Requires Content-Type: application/json header when sending request body.",
15145
+
"description": "Update an existing global MCP server - requires global admin permissions. Only global servers can be updated through this endpoint. If transport_type is not provided but claude_desktop_config is, transport_type will be automatically extracted. Requires Content-Type: application/json header when sending request body.",
summary: 'Create global MCP server (Global Admin only)',
136
-
description: 'Create a new global MCP server - requires global admin permissions. Global servers are visible to all users. Requires Content-Type: application/json header when sending request body.',
99
+
description: 'Create a new global MCP server - requires global admin permissions. Global servers are visible to all users. If transport_type is not provided, it will be automatically extracted from claude_desktop_config (CLI commands like npx, node, python = stdio). Requires Content-Type: application/json header when sending request body.',
summary: 'Update global MCP server (Global Admin only)',
112
-
description: 'Update an existing global MCP server - requires global admin permissions. Only global servers can be updated through this endpoint. Requires Content-Type: application/json header when sending request body.',
114
+
description: 'Update an existing global MCP server - requires global admin permissions. Only global servers can be updated through this endpoint. If transport_type is not provided but claude_desktop_config is, transport_type will be automatically extracted. Requires Content-Type: application/json header when sending request body.',
0 commit comments