Skip to content

Conversation

@Marukome0743
Copy link
Contributor

@Marukome0743 Marukome0743 commented Jan 11, 2026

Summary

Build:

  • Bump github-mcp-server Docker image from v0.18.0 to v0.27.0 in GitHub Actions workflows and example workflow configurations.
  • Renamed some tools such as pull_request_review_write and issue_read.

Comment on lines 89 to +92
"includeTools": [
"add_comment_to_pending_review",
"create_pending_pull_request_review",
"pull_request_read",
"submit_pending_pull_request_review"
"pull_request_review_write"
Copy link
Contributor Author

@Marukome0743 Marukome0743 Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub MCP Server 0.19.0 introduced a new pull_request_review_write tool.

Similar to consolidation of the pull request tools in the previous release, the below pull request review tools have been consolidated into a single powerful pull_request_review_write tool:

  • create_and_submit_pull_request_review
  • create_pending_pull_request_review
  • submit_pending_pull_request_review
  • delete_pending_pull_request_review

"add_issue_comment",
"get_issue",
"get_issue_comments",
"issue_read",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub MCP Server 0.20.0 introduced a new issue_read tool.

Similar to the consolidation of the pull request review tools in the previous release, the below listed tools have been consolidated into a single powerful issue_read tool:

  • get_issue
  • get_issue_comments
  • list_labels (with issue_number)
  • list_sub_issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant