We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b09279 commit 8fbc2b4Copy full SHA for 8fbc2b4
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
17
## [0.9.1] - 2026-03-23
18
19
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.9.1"
+ VERSION = "0.9.2"
5
end
0 commit comments