豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 7eb1b82

Browse files
authored
ci(mcp): version up GitHub MCP Server (#437)
## Summary Build: - Bump github-mcp-server Docker image from [v0.18.0](https://github.com/github/github-mcp-server/releases/tag/v0.18.0) to [v0.27.0](https://github.com/github/github-mcp-server/releases/tag/v0.27.0) in GitHub Actions workflows and example workflow configurations. - [Renamed some tools](https://github.com/github/github-mcp-server/blob/main/docs/tool-renaming.md) such as `pull_request_review_write` and `issue_read`.
1 parent 5a3b23c commit 7eb1b82

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

.github/workflows/gemini-invoke.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,11 @@ jobs:
8282
"--rm",
8383
"-e",
8484
"GITHUB_PERSONAL_ACCESS_TOKEN",
85-
"ghcr.io/github/github-mcp-server:v0.18.0"
85+
"ghcr.io/github/github-mcp-server:v0.27.0"
8686
],
8787
"includeTools": [
8888
"add_issue_comment",
89-
"get_issue",
90-
"get_issue_comments",
89+
"issue_read",
9190
"list_issues",
9291
"search_issues",
9392
"create_pull_request",

.github/workflows/gemini-issue-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
"--rm",
7979
"-e",
8080
"GITHUB_PERSONAL_ACCESS_TOKEN",
81-
"ghcr.io/github/github-mcp-server:v0.18.0"
81+
"ghcr.io/github/github-mcp-server:v0.27.0"
8282
],
8383
"env": {
8484
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"

.github/workflows/gemini-review.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@ jobs:
8484
"--rm",
8585
"-e",
8686
"GITHUB_PERSONAL_ACCESS_TOKEN",
87-
"ghcr.io/github/github-mcp-server:v0.18.0"
87+
"ghcr.io/github/github-mcp-server:v0.27.0"
8888
],
8989
"includeTools": [
9090
"add_comment_to_pending_review",
91-
"create_pending_pull_request_review",
9291
"pull_request_read",
93-
"submit_pending_pull_request_review"
92+
"pull_request_review_write"
9493
],
9594
"env": {
9695
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"

examples/workflows/gemini-assistant/gemini-invoke.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,11 @@ jobs:
8282
"--rm",
8383
"-e",
8484
"GITHUB_PERSONAL_ACCESS_TOKEN",
85-
"ghcr.io/github/github-mcp-server:v0.18.0"
85+
"ghcr.io/github/github-mcp-server:v0.27.0"
8686
],
8787
"includeTools": [
8888
"add_issue_comment",
89-
"get_issue",
90-
"get_issue_comments",
89+
"issue_read",
9190
"list_issues",
9291
"search_issues",
9392
"create_pull_request",

examples/workflows/pr-review/gemini-review.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@ jobs:
8484
"--rm",
8585
"-e",
8686
"GITHUB_PERSONAL_ACCESS_TOKEN",
87-
"ghcr.io/github/github-mcp-server:v0.18.0"
87+
"ghcr.io/github/github-mcp-server:v0.27.0"
8888
],
8989
"includeTools": [
9090
"add_comment_to_pending_review",
91-
"create_pending_pull_request_review",
9291
"pull_request_read",
93-
"submit_pending_pull_request_review"
92+
"pull_request_review_write"
9493
],
9594
"env": {
9695
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"

0 commit comments

Comments
 (0)