From 797fb3c7cffe87a3ddb478a98d5981f44e9572fb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 8 Jun 2025 20:30:06 +0100 Subject: [PATCH] Add changelog entry for v1.0.0-beta.25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f71c1c..e567051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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