Skip to content

Commit f29259c

Browse files
committed
Release 0.9.1
This release includes a bug fix that did not make it into v0.9.0. It also simplifies the example in modelcontextprotocol/quickstart-resources#121.
1 parent ccddd87 commit f29259c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1020
## [0.9.0] - 2026-03-20
1121

1222
### 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.9.0"
4+
VERSION = "0.9.1"
55
end

0 commit comments

Comments
 (0)