@@ -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
0 commit comments