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
+234Lines changed: 234 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15168,6 +15168,240 @@
15168
15168
}
15169
15169
}
15170
15170
},
15171
+
"/api/mcp/servers/languages": {
15172
+
"get": {
15173
+
"summary": "Get all unique programming languages",
15174
+
"tags": [
15175
+
"MCP Servers"
15176
+
],
15177
+
"description": "Retrieve all unique programming languages from MCP servers using DISTINCT query for optimal performance. Results are sorted alphabetically.",
"description": "Error message describing what went wrong"
15271
+
},
15272
+
"details": {
15273
+
"description": "Additional error details"
15274
+
}
15275
+
},
15276
+
"required": [
15277
+
"success",
15278
+
"error"
15279
+
],
15280
+
"description": "Internal Server Error"
15281
+
}
15282
+
}
15283
+
}
15284
+
}
15285
+
}
15286
+
}
15287
+
},
15288
+
"/api/mcp/servers/runtimes": {
15289
+
"get": {
15290
+
"summary": "Get all unique runtime environments",
15291
+
"tags": [
15292
+
"MCP Servers"
15293
+
],
15294
+
"description": "Retrieve all unique runtime environments from MCP servers using DISTINCT query for optimal performance. Results are sorted alphabetically.",
0 commit comments