Skip to content

Commit 2d13921

Browse files
author
Lasim
committed
refactor(backend): removed unwanted vars from mcp table
1 parent 81e5828 commit 2d13921

File tree

16 files changed

+3577
-356
lines changed

16 files changed

+3577
-356
lines changed

services/backend/api-spec.json

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -13548,19 +13548,10 @@
1354813548
"type": "string",
1354913549
"description": "Runtime environment"
1355013550
},
13551-
"runtime_min_version": {
13552-
"type": "string",
13553-
"nullable": true,
13554-
"description": "Minimum runtime version"
13555-
},
1355613551
"installation_methods": {
1355713552
"type": "array",
1355813553
"description": "Installation methods"
1355913554
},
13560-
"tools": {
13561-
"type": "array",
13562-
"description": "Available tools"
13563-
},
1356413555
"resources": {
1356513556
"type": "array",
1356613557
"nullable": true,
@@ -13715,7 +13706,6 @@
1371513706
"language",
1371613707
"runtime",
1371713708
"installation_methods",
13718-
"tools",
1371913709
"visibility",
1372013710
"created_by",
1372113711
"transport_type",
@@ -13925,19 +13915,10 @@
1392513915
"type": "string",
1392613916
"description": "Runtime environment"
1392713917
},
13928-
"runtime_min_version": {
13929-
"type": "string",
13930-
"nullable": true,
13931-
"description": "Minimum runtime version"
13932-
},
1393313918
"installation_methods": {
1393413919
"type": "array",
1393513920
"description": "Installation methods"
1393613921
},
13937-
"tools": {
13938-
"type": "array",
13939-
"description": "Available tools"
13940-
},
1394113922
"resources": {
1394213923
"type": "array",
1394313924
"nullable": true,
@@ -14092,7 +14073,6 @@
1409214073
"language",
1409314074
"runtime",
1409414075
"installation_methods",
14095-
"tools",
1409614076
"visibility",
1409714077
"created_by",
1409814078
"transport_type",
@@ -14382,19 +14362,10 @@
1438214362
"type": "string",
1438314363
"description": "Runtime environment"
1438414364
},
14385-
"runtime_min_version": {
14386-
"type": "string",
14387-
"nullable": true,
14388-
"description": "Minimum runtime version"
14389-
},
1439014365
"installation_methods": {
1439114366
"type": "array",
1439214367
"description": "Installation methods"
1439314368
},
14394-
"tools": {
14395-
"type": "array",
14396-
"description": "Available tools"
14397-
},
1439814369
"resources": {
1439914370
"type": "array",
1440014371
"nullable": true,
@@ -14549,7 +14520,6 @@
1454914520
"language",
1455014521
"runtime",
1455114522
"installation_methods",
14552-
"tools",
1455314523
"visibility",
1455414524
"created_by",
1455514525
"transport_type",
@@ -15151,30 +15121,6 @@
1515115121
"type": "array",
1515215122
"description": "Installation methods"
1515315123
},
15154-
"tools": {
15155-
"type": "array",
15156-
"items": {
15157-
"type": "object",
15158-
"properties": {
15159-
"name": {
15160-
"type": "string",
15161-
"minLength": 1,
15162-
"description": "Name is required"
15163-
},
15164-
"description": {
15165-
"type": "string",
15166-
"minLength": 1,
15167-
"description": "Description is required"
15168-
}
15169-
},
15170-
"required": [
15171-
"name",
15172-
"description"
15173-
],
15174-
"additionalProperties": false
15175-
},
15176-
"description": "Available tools"
15177-
},
1517815124
"claude_desktop_config": {
1517915125
"type": "object",
1518015126
"properties": {
@@ -15269,10 +15215,6 @@
1526915215
"format": "uri",
1527015216
"description": "Homepage URL"
1527115217
},
15272-
"runtime_min_version": {
15273-
"type": "string",
15274-
"description": "Minimum runtime version"
15275-
},
1527615218
"resources": {
1527715219
"type": "array",
1527815220
"items": {
@@ -15437,19 +15379,10 @@
1543715379
"type": "string",
1543815380
"description": "Runtime environment"
1543915381
},
15440-
"runtime_min_version": {
15441-
"type": "string",
15442-
"nullable": true,
15443-
"description": "Minimum runtime version"
15444-
},
1544515382
"installation_methods": {
1544615383
"type": "array",
1544715384
"description": "Installation methods"
1544815385
},
15449-
"tools": {
15450-
"type": "array",
15451-
"description": "Available tools"
15452-
},
1545315386
"resources": {
1545415387
"type": "array",
1545515388
"nullable": true,
@@ -15604,7 +15537,6 @@
1560415537
"language",
1560515538
"runtime",
1560615539
"installation_methods",
15607-
"tools",
1560815540
"visibility",
1560915541
"created_by",
1561015542
"transport_type",
@@ -15861,10 +15793,6 @@
1586115793
"minLength": 1,
1586215794
"description": "Runtime environment is required"
1586315795
},
15864-
"runtime_min_version": {
15865-
"type": "string",
15866-
"description": "Minimum runtime version"
15867-
},
1586815796
"transport_type": {
1586915797
"type": "string",
1587015798
"enum": [
@@ -15878,30 +15806,6 @@
1587815806
"type": "array",
1587915807
"description": "Installation methods"
1588015808
},
15881-
"tools": {
15882-
"type": "array",
15883-
"items": {
15884-
"type": "object",
15885-
"properties": {
15886-
"name": {
15887-
"type": "string",
15888-
"minLength": 1,
15889-
"description": "Name is required"
15890-
},
15891-
"description": {
15892-
"type": "string",
15893-
"minLength": 1,
15894-
"description": "Description is required"
15895-
}
15896-
},
15897-
"required": [
15898-
"name",
15899-
"description"
15900-
],
15901-
"additionalProperties": false
15902-
},
15903-
"description": "Available tools"
15904-
},
1590515809
"resources": {
1590615810
"type": "array",
1590715811
"items": {
@@ -16080,19 +15984,10 @@
1608015984
"type": "string",
1608115985
"description": "Runtime environment"
1608215986
},
16083-
"runtime_min_version": {
16084-
"type": "string",
16085-
"nullable": true,
16086-
"description": "Minimum runtime version"
16087-
},
1608815987
"installation_methods": {
1608915988
"type": "array",
1609015989
"description": "Installation methods"
1609115990
},
16092-
"tools": {
16093-
"type": "array",
16094-
"description": "Available tools"
16095-
},
1609615991
"resources": {
1609715992
"type": "array",
1609815993
"nullable": true,
@@ -16247,7 +16142,6 @@
1624716142
"language",
1624816143
"runtime",
1624916144
"installation_methods",
16250-
"tools",
1625116145
"visibility",
1625216146
"created_by",
1625316147
"transport_type",
@@ -16987,10 +16881,6 @@
1698716881
"runtime": {
1698816882
"type": "string"
1698916883
},
16990-
"runtime_min_version": {
16991-
"type": "string",
16992-
"nullable": true
16993-
},
1699416884
"tags": {
1699516885
"type": "array",
1699616886
"items": {

0 commit comments

Comments
 (0)