Skip to content

Commit ebc6569

Browse files
authored
Merge pull request #337 from koic/release_0_15_0
Release 0.15.0
2 parents be8a5df + 32b6c9b commit ebc6569

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1026
## [0.14.0] - 2026-04-24
1127

1228
### 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.14.0"
4+
VERSION = "0.15.0"
55
end

0 commit comments

Comments
 (0)