Skip to content

Commit d216b54

Browse files
committed
Create release notes for v0.19.0 pre-release
1 parent 0188cc0 commit d216b54

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

RELEASE_NOTES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# GitHub MCP Server v0.19.0
2+
3+
## 📚 Documentation
4+
5+
- **Improved GHES/GHEC visibility in README** - Restructured documentation to better highlight GitHub Enterprise Server and GitHub Enterprise Cloud configuration, including fixes to example URLs that were previously causing confusion ([#1210](https://github.com/github/github-mcp-server/pull/1210)) - @tonytrg
6+
7+
## ✨ New Features
8+
9+
- **Flexible toolset configuration** - Added option to ignore unknown toolsets instead of raising errors, providing more flexibility in configuration scenarios ([#1202](https://github.com/github/github-mcp-server/pull/1202)) - @omgitsads
10+
11+
## 🔧 Maintenance & Refactoring
12+
13+
- **Consolidated pull request review tools** - Unified multiple PR review tools (`create_and_submit_pull_request_review`, `create_pending_pull_request_review`, `submit_pending_pull_request_review`, `delete_pending_pull_request_review`) into a single `pull_request_review_write` tool with a `method` parameter (`create`, `submit_pending`, `delete_pending`). Validated against curated datasets with no regressions across models ([#1192](https://github.com/github/github-mcp-server/pull/1192)) - @almaleksia
14+
15+
- **Simplified Registry release pipeline** - Streamlined the registry publication workflow by using version tag triggers instead of repository dispatch, removing the need for elevated permissions. Added a 5-minute wait mechanism to ensure Docker image availability before MCP Registry publication ([#1204](https://github.com/github/github-mcp-server/pull/1204)) - @MattBabbage
16+
17+
## 🔒 Security
18+
19+
- **Reduced workflow permissions** - Registry release pipeline no longer requires elevated `actions:write` permissions, minimizing security risk ([#1204](https://github.com/github/github-mcp-server/pull/1204)) - @MattBabbage

0 commit comments

Comments
 (0)