File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.0] - 2026-04-06
11+
12+ ### Added
13+
14+ - Support ` sampling/createMessage ` per MCP specification (#282 )
15+ - Support ` completion/complete ` per MCP specification (#289 )
16+
17+ ### Fixed
18+
19+ - Support POST response SSE streams for server-to-client messages (#294 )
20+ - Return protocol errors for invalid arguments and server errors (#285 )
21+ - Fix client methods silently swallowing JSON-RPC error responses (#281 )
22+ - Close streams outside mutex in session cleanup (#291 )
23+
1024## [ 0.10.0] - 2026-03-30
1125
1226### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.10 .0"
4+ VERSION = "0.11 .0"
55end
You can’t perform that action at this time.
0 commit comments