-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Description
Version Update
- Previous: v0.24.0 (released 2025-12-02)
- New: v0.24.1 (released 2025-12-08)
- Timeline: 6 days between releases
Changes
Bug Fixes
- Fixed empty properties in get_me schema for OpenAI compatibility
Impact Assessment
- Risk Level: Low
- Affected Features: OpenAI API compatibility
- Migration Required: No
Release Details
Changelog
The v0.24.1 release includes a single bug fix that improves compatibility with OpenAI clients:
- Commit: 82c493056edfd49a4e15d9cd0ce5908bd9b59e1a
- Fix: Include empty properties in get_me schema for OpenAI compatibility
This patch ensures that the get_me endpoint returns a schema format compatible with OpenAI's expectations, even when some properties have empty values.
Breaking Changes
None
Security
None
Package Links
- Repository: https://github.com/github/github-mcp-server
- Docker Image: ghcr.io/github/github-mcp-server:v0.24.1
- Release Notes: https://github.com/github/github-mcp-server/releases/tag/v0.24.1
- Previous Release: https://github.com/github/github-mcp-server/releases/tag/v0.24.0
Implementation Status
- Updated
pkg/constants/constants.gofrom v0.24.0 to v0.24.1 - Ran
make recompileto update all workflow lock files (103 workflows updated) - Verified changes with
git status
Next Steps
The update has been applied to pkg/constants/constants.go and all workflow files have been recompiled. The changes are ready for commit and testing.
AI generated by CLI Version Checker
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request