Skip to content

Commit deebefd

Browse files
atesgoralclaude
andcommitted
Release v0.3.0
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bdd6995 commit deebefd

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MCP
4-
VERSION = "0.2.0"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)