We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccddd87 + f29259c commit 3b1fc72Copy full SHA for 3b1fc72
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.9.1] - 2026-03-23
11
+
12
+### Added
13
14
+- Allow `Client#call_tool` to accept a tool name (#266)
15
16
+### Fixed
17
18
+- Return 404 for invalid session ID in `handle_delete` (#261)
19
20
## [0.9.0] - 2026-03-20
21
22
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.9.0"
+ VERSION = "0.9.1"
5
end
0 commit comments