Skip to content

Commit 524546c

Browse files
committed
chore(all): remove empty code change entries
1 parent 2689e4b commit 524546c

File tree

17 files changed

+6759
-7
lines changed

17 files changed

+6759
-7
lines changed

services/backend/api-spec.json

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10143,11 +10143,26 @@
1014310143
"non_http_mcp_limit": {
1014410144
"type": "number",
1014510145
"description": "Maximum non-HTTP MCP servers allowed for the team"
10146+
},
10147+
"allow_github_mcp": {
10148+
"type": "boolean",
10149+
"description": "Allow team to install MCP servers from GitHub repositories"
10150+
},
10151+
"allow_private_github_repos": {
10152+
"type": "boolean",
10153+
"description": "Allow team to install MCP servers from private GitHub repositories"
10154+
},
10155+
"github_mcp_limit": {
10156+
"type": "number",
10157+
"description": "Maximum number of MCP servers from GitHub repositories"
1014610158
}
1014710159
},
1014810160
"required": [
1014910161
"mcp_server_limit",
10150-
"non_http_mcp_limit"
10162+
"non_http_mcp_limit",
10163+
"allow_github_mcp",
10164+
"allow_private_github_repos",
10165+
"github_mcp_limit"
1015110166
]
1015210167
}
1015310168
},
@@ -35627,6 +35642,18 @@
3562735642
"type": "boolean",
3562835643
"description": "Allow remote MCP servers"
3562935644
},
35645+
"allow_github_mcp": {
35646+
"type": "boolean",
35647+
"description": "Allow GitHub MCP servers"
35648+
},
35649+
"allow_private_github_repos": {
35650+
"type": "boolean",
35651+
"description": "Allow private GitHub repositories"
35652+
},
35653+
"github_mcp_limit": {
35654+
"type": "integer",
35655+
"description": "GitHub MCP server limit"
35656+
},
3563035657
"mcp_servers_count": {
3563135658
"type": "integer",
3563235659
"description": "Number of MCP servers installed in this team"
@@ -35654,6 +35681,9 @@
3565435681
"mcp_server_limit",
3565535682
"member_limit",
3565635683
"allow_remote_mcp",
35684+
"allow_github_mcp",
35685+
"allow_private_github_repos",
35686+
"github_mcp_limit",
3565735687
"mcp_servers_count",
3565835688
"members_count",
3565935689
"created_at",
@@ -35915,6 +35945,18 @@
3591535945
"type": "boolean",
3591635946
"description": "Allow remote MCP servers"
3591735947
},
35948+
"allow_github_mcp": {
35949+
"type": "boolean",
35950+
"description": "Allow GitHub MCP servers"
35951+
},
35952+
"allow_private_github_repos": {
35953+
"type": "boolean",
35954+
"description": "Allow private GitHub repositories"
35955+
},
35956+
"github_mcp_limit": {
35957+
"type": "integer",
35958+
"description": "GitHub MCP server limit"
35959+
},
3591835960
"mcp_servers_count": {
3591935961
"type": "integer",
3592035962
"description": "Number of MCP servers installed in this team"
@@ -35942,6 +35984,9 @@
3594235984
"mcp_server_limit",
3594335985
"member_limit",
3594435986
"allow_remote_mcp",
35987+
"allow_github_mcp",
35988+
"allow_private_github_repos",
35989+
"github_mcp_limit",
3594535990
"mcp_servers_count",
3594635991
"members_count",
3594735992
"created_at",
@@ -36182,6 +36227,18 @@
3618236227
"type": "boolean",
3618336228
"description": "Allow remote MCP servers"
3618436229
},
36230+
"allow_github_mcp": {
36231+
"type": "boolean",
36232+
"description": "Allow GitHub MCP servers"
36233+
},
36234+
"allow_private_github_repos": {
36235+
"type": "boolean",
36236+
"description": "Allow private GitHub repositories"
36237+
},
36238+
"github_mcp_limit": {
36239+
"type": "integer",
36240+
"description": "GitHub MCP server limit"
36241+
},
3618536242
"mcp_servers_count": {
3618636243
"type": "integer",
3618736244
"description": "Number of MCP servers installed in this team"
@@ -36209,6 +36266,9 @@
3620936266
"mcp_server_limit",
3621036267
"member_limit",
3621136268
"allow_remote_mcp",
36269+
"allow_github_mcp",
36270+
"allow_private_github_repos",
36271+
"github_mcp_limit",
3621236272
"mcp_servers_count",
3621336273
"members_count",
3621436274
"created_at",
@@ -36374,6 +36434,19 @@
3637436434
"allow_remote_mcp": {
3637536435
"type": "boolean",
3637636436
"description": "Allow team to install MCP servers from remote sources not in the catalog"
36437+
},
36438+
"allow_github_mcp": {
36439+
"type": "boolean",
36440+
"description": "Allow team to install MCP servers directly from GitHub repositories"
36441+
},
36442+
"allow_private_github_repos": {
36443+
"type": "boolean",
36444+
"description": "Allow team to install MCP servers from private GitHub repositories"
36445+
},
36446+
"github_mcp_limit": {
36447+
"type": "integer",
36448+
"minimum": 0,
36449+
"description": "Maximum number of MCP servers that can be installed from GitHub repositories"
3637736450
}
3637836451
},
3637936452
"additionalProperties": false
@@ -36457,6 +36530,18 @@
3645736530
"type": "boolean",
3645836531
"description": "Allow remote MCP servers"
3645936532
},
36533+
"allow_github_mcp": {
36534+
"type": "boolean",
36535+
"description": "Allow GitHub MCP servers"
36536+
},
36537+
"allow_private_github_repos": {
36538+
"type": "boolean",
36539+
"description": "Allow private GitHub repositories"
36540+
},
36541+
"github_mcp_limit": {
36542+
"type": "integer",
36543+
"description": "GitHub MCP server limit"
36544+
},
3646036545
"mcp_servers_count": {
3646136546
"type": "integer",
3646236547
"description": "Number of MCP servers installed in this team"
@@ -36484,6 +36569,9 @@
3648436569
"mcp_server_limit",
3648536570
"member_limit",
3648636571
"allow_remote_mcp",
36572+
"allow_github_mcp",
36573+
"allow_private_github_repos",
36574+
"github_mcp_limit",
3648736575
"mcp_servers_count",
3648836576
"members_count",
3648936577
"created_at",

services/backend/api-spec.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7034,9 +7034,21 @@ paths:
70347034
non_http_mcp_limit:
70357035
type: number
70367036
description: Maximum non-HTTP MCP servers allowed for the team
7037+
allow_github_mcp:
7038+
type: boolean
7039+
description: Allow team to install MCP servers from GitHub repositories
7040+
allow_private_github_repos:
7041+
type: boolean
7042+
description: Allow team to install MCP servers from private GitHub repositories
7043+
github_mcp_limit:
7044+
type: number
7045+
description: Maximum number of MCP servers from GitHub repositories
70377046
required:
70387047
- mcp_server_limit
70397048
- non_http_mcp_limit
7049+
- allow_github_mcp
7050+
- allow_private_github_repos
7051+
- github_mcp_limit
70407052
required:
70417053
- is_default_team
70427054
- total_installed_mcp_servers
@@ -25285,6 +25297,15 @@ paths:
2528525297
allow_remote_mcp:
2528625298
type: boolean
2528725299
description: Allow remote MCP servers
25300+
allow_github_mcp:
25301+
type: boolean
25302+
description: Allow GitHub MCP servers
25303+
allow_private_github_repos:
25304+
type: boolean
25305+
description: Allow private GitHub repositories
25306+
github_mcp_limit:
25307+
type: integer
25308+
description: GitHub MCP server limit
2528825309
mcp_servers_count:
2528925310
type: integer
2529025311
description: Number of MCP servers installed in this team
@@ -25307,6 +25328,9 @@ paths:
2530725328
- mcp_server_limit
2530825329
- member_limit
2530925330
- allow_remote_mcp
25331+
- allow_github_mcp
25332+
- allow_private_github_repos
25333+
- github_mcp_limit
2531025334
- mcp_servers_count
2531125335
- members_count
2531225336
- created_at
@@ -25492,6 +25516,15 @@ paths:
2549225516
allow_remote_mcp:
2549325517
type: boolean
2549425518
description: Allow remote MCP servers
25519+
allow_github_mcp:
25520+
type: boolean
25521+
description: Allow GitHub MCP servers
25522+
allow_private_github_repos:
25523+
type: boolean
25524+
description: Allow private GitHub repositories
25525+
github_mcp_limit:
25526+
type: integer
25527+
description: GitHub MCP server limit
2549525528
mcp_servers_count:
2549625529
type: integer
2549725530
description: Number of MCP servers installed in this team
@@ -25514,6 +25547,9 @@ paths:
2551425547
- mcp_server_limit
2551525548
- member_limit
2551625549
- allow_remote_mcp
25550+
- allow_github_mcp
25551+
- allow_private_github_repos
25552+
- github_mcp_limit
2551725553
- mcp_servers_count
2551825554
- members_count
2551925555
- created_at
@@ -25680,6 +25716,15 @@ paths:
2568025716
allow_remote_mcp:
2568125717
type: boolean
2568225718
description: Allow remote MCP servers
25719+
allow_github_mcp:
25720+
type: boolean
25721+
description: Allow GitHub MCP servers
25722+
allow_private_github_repos:
25723+
type: boolean
25724+
description: Allow private GitHub repositories
25725+
github_mcp_limit:
25726+
type: integer
25727+
description: GitHub MCP server limit
2568325728
mcp_servers_count:
2568425729
type: integer
2568525730
description: Number of MCP servers installed in this team
@@ -25702,6 +25747,9 @@ paths:
2570225747
- mcp_server_limit
2570325748
- member_limit
2570425749
- allow_remote_mcp
25750+
- allow_github_mcp
25751+
- allow_private_github_repos
25752+
- github_mcp_limit
2570525753
- mcp_servers_count
2570625754
- members_count
2570725755
- created_at
@@ -25822,6 +25870,17 @@ paths:
2582225870
type: boolean
2582325871
description: Allow team to install MCP servers from remote sources not in the
2582425872
catalog
25873+
allow_github_mcp:
25874+
type: boolean
25875+
description: Allow team to install MCP servers directly from GitHub repositories
25876+
allow_private_github_repos:
25877+
type: boolean
25878+
description: Allow team to install MCP servers from private GitHub repositories
25879+
github_mcp_limit:
25880+
type: integer
25881+
minimum: 0
25882+
description: Maximum number of MCP servers that can be installed from GitHub
25883+
repositories
2582525884
additionalProperties: false
2582625885
parameters:
2582725886
- schema:
@@ -25880,6 +25939,15 @@ paths:
2588025939
allow_remote_mcp:
2588125940
type: boolean
2588225941
description: Allow remote MCP servers
25942+
allow_github_mcp:
25943+
type: boolean
25944+
description: Allow GitHub MCP servers
25945+
allow_private_github_repos:
25946+
type: boolean
25947+
description: Allow private GitHub repositories
25948+
github_mcp_limit:
25949+
type: integer
25950+
description: GitHub MCP server limit
2588325951
mcp_servers_count:
2588425952
type: integer
2588525953
description: Number of MCP servers installed in this team
@@ -25902,6 +25970,9 @@ paths:
2590225970
- mcp_server_limit
2590325971
- member_limit
2590425972
- allow_remote_mcp
25973+
- allow_github_mcp
25974+
- allow_private_github_repos
25975+
- github_mcp_limit
2590525976
- mcp_servers_count
2590625977
- members_count
2590725978
- created_at
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "teams" ADD COLUMN "allow_github_mcp" boolean DEFAULT false NOT NULL;--> statement-breakpoint
2+
ALTER TABLE "teams" ADD COLUMN "allow_private_github_repos" boolean DEFAULT false NOT NULL;--> statement-breakpoint
3+
ALTER TABLE "teams" ADD COLUMN "github_mcp_limit" integer DEFAULT 1 NOT NULL;

0 commit comments

Comments
 (0)