Skip to content

Commit bd69989

Browse files
authored
Update GitHub configuration and toolsets (#1435)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent d15a34a commit bd69989

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

pkg/registry/data/registry.json

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,11 +1496,26 @@
14961496
},
14971497
{
14981498
"description": "GitHub Enterprise Server hostname (optional)",
1499-
"name": "GH_HOST",
1499+
"name": "GITHUB_HOST",
1500+
"required": false
1501+
},
1502+
{
1503+
"description": "Comma-separated list of toolsets to enable (e.g., 'repos,issues,pull_requests'). If not set, all toolsets are enabled. See the README for available toolsets.",
1504+
"name": "GITHUB_TOOLSETS",
1505+
"required": false
1506+
},
1507+
{
1508+
"description": "Set to '1' to enable dynamic toolset discovery",
1509+
"name": "GITHUB_DYNAMIC_TOOLSETS",
1510+
"required": false
1511+
},
1512+
{
1513+
"description": "Set to '1' to enable read-only mode, preventing any modifications to GitHub resources",
1514+
"name": "GITHUB_READ_ONLY",
15001515
"required": false
15011516
}
15021517
],
1503-
"image": "ghcr.io/github/github-mcp-server:v0.10.0",
1518+
"image": "ghcr.io/github/github-mcp-server:v0.11.0",
15041519
"metadata": {
15051520
"last_updated": "2025-08-13T08:42:43Z",
15061521
"pulls": 5000,
@@ -1533,16 +1548,20 @@
15331548
"status": "Active",
15341549
"tags": [
15351550
"api",
1551+
"copilot",
15361552
"create",
15371553
"fork",
1554+
"gist",
15381555
"github",
1556+
"github-actions",
1557+
"github-enterprise",
1558+
"issues",
15391559
"list",
15401560
"pull-request",
15411561
"push",
15421562
"repository",
15431563
"search",
1544-
"update",
1545-
"issues"
1564+
"update"
15461565
],
15471566
"tier": "Official",
15481567
"tools": [
@@ -1553,6 +1572,7 @@
15531572
"cancel_workflow_run",
15541573
"create_and_submit_pull_request_review",
15551574
"create_branch",
1575+
"create_gist",
15561576
"create_issue",
15571577
"create_or_update_file",
15581578
"create_pending_pull_request_review",
@@ -1568,7 +1588,7 @@
15681588
"get_commit",
15691589
"get_dependabot_alert",
15701590
"get_discussion",
1571-
"get_discussion_comment",
1591+
"get_discussion_comments",
15721592
"get_file_contents",
15731593
"get_issue",
15741594
"get_issue_comments",
@@ -1592,6 +1612,7 @@
15921612
"list_dependabot_alerts",
15931613
"list_discussion_categories",
15941614
"list_discussions",
1615+
"list_gists",
15951616
"list_issues",
15961617
"list_notifications",
15971618
"list_pull_requests",
@@ -1620,6 +1641,7 @@
16201641
"search_repositories",
16211642
"search_users",
16221643
"submit_pending_pull_request_review",
1644+
"update_gist",
16231645
"update_issue",
16241646
"update_pull_request",
16251647
"update_pull_request_branch"

0 commit comments

Comments
 (0)