File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.25.0] - 2026-07-18
11+
12+ ### Added
13+
14+ - Support SEP-990 Cross-App Access via ID-JAG and the ` jwt-bearer ` grant (#454 )
15+ - Support client-side sampling via ` MCP::Client#on_sampling ` (#458 )
16+
17+ ### Fixed
18+
19+ - Reject notifications carrying an unknown or expired session (#455 )
20+ - Handle an ` initialize ` request sent without an ID (#456 )
21+ - Bound client-side message buffering in the HTTP transport (#459 )
22+ - Lowercase response header names in ` StreamableHTTPTransport ` (#460 )
23+
1024## [ 0.24.0] - 2026-07-12
1125
1226### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.24 .0"
4+ VERSION = "0.25 .0"
55end
You can’t perform that action at this time.
0 commit comments