Skip to content

Commit 8fbc2b4

Browse files
committed
Release 0.9.2
1 parent 6b09279 commit 8fbc2b4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.2] - 2026-03-27
11+
12+
### Fixed
13+
14+
- Use accessor method in `server_context_with_meta` instead of ivar (#273)
15+
- Reject duplicate SSE connections with 409 to prevent stream hijacking
16+
1017
## [0.9.1] - 2026-03-23
1118

1219
### 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.1"
4+
VERSION = "0.9.2"
55
end

0 commit comments

Comments
 (0)