File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2025-09-14
11+
12+ ### Added
13+
14+ - Tool output schema support with comprehensive validation (#122 )
15+ - HTTP client transport layer for MCP clients (#28 )
16+ - Tool annotations validation for protocol compatibility (#122 )
17+ - Server instructions support (#87 )
18+ - Title support in server info (#119 )
19+ - Default values for tool annotation hints (#118 )
20+ - Notifications/initialized method implementation (#84 )
21+
22+ ### Changed
23+
24+ - Make default protocol version the latest specification version (#83 )
25+ - Protocol version validation to ensure valid values (#80 )
26+ - Improved tool handling for tools with no arguments (#85 , #86 )
27+ - Better error handling and response API (#109 )
28+
29+ ### Fixed
30+
31+ - JSON-RPC notification format in Streamable HTTP transport (#91 )
32+ - Errors when title is not specified (#126 )
33+ - Tools with missing arguments handling (#86 )
34+ - Namespacing issues in README examples (#89 )
35+
1036## [ 0.2.0] - 2025-07-15
1137
1238### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.2 .0"
4+ VERSION = "0.3 .0"
55end
You can’t perform that action at this time.
0 commit comments