Add changelog entry for v1.0.0-beta.25

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Peter Steinberger 2025-06-08 20:30:06 +01:00
parent d72c9eefa9
commit 797fb3c7cf

View file

@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.0-beta.25] - 2025-01-08
### Fixed
- **Critical MCP server error handling**
- Fixed issue where unexpected errors would cause "No result received" response
- All tool execution errors now return proper MCP error responses
- Handles edge cases with special characters in tool parameters gracefully
- Prevents server from silently failing on unexpected exceptions
## [1.0.0-beta.24] - 2025-01-08
### Changed