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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
36
## [ 0.2.0] - 2025-07-15
11
37
12
38
### Added
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module MCP
4
- VERSION = "0.2 .0"
4
+ VERSION = "0.3 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments