We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be8a5df + 32b6c9b commit ebc6569Copy full SHA for ebc6569
2 files changed
CHANGELOG.md
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.15.0] - 2026-05-05
11
+
12
+### Added
13
14
+- Support `notifications/cancelled` per MCP specification (#332)
15
+- Add client-level `connect` for initialize handshake (#327)
16
+- Add client-level `connect` handshake to stdio transport (#336)
17
18
+### Changed
19
20
+- Return tool argument validation failures as tool execution errors (#333)
21
22
+### Removed
23
24
+- Remove obsolete `MCP::Transports` module (#331)
25
26
## [0.14.0] - 2026-04-24
27
28
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.14.0"
+ VERSION = "0.15.0"
5
end
0 commit comments