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,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.20.0] - 2026-06-14
11+
12+ ### Added
13+
14+ - Support W3C Trace Context Propagation via ` _meta ` per SEP-414 (#397 )
15+ - Support OAuth ` client_credentials ` grant in OAuth client (#399 )
16+ - Add ` annotations ` field to ` MCP::Resource ` and ` MCP::ResourceTemplate ` per MCP specification (#403 )
17+
18+ ### Changed
19+
20+ - Re-run OAuth flow on 403 ` insufficient_scope ` (step-up) (#368 )
21+ - Speed up ` Tool::Schema ` validation by 5x to 100x (#369 )
22+ - Use JSON-RPC error envelope for ` StreamableHTTPTransport ` errors (#371 )
23+ - Pin RFC 8414 default well-known suffix per SEP-2351 (#395 )
24+ - Default missing ` MCP-Protocol-Version ` to ` 2025-03-26 ` in ` StreamableHTTPTransport ` (#392 )
25+
26+ ### Fixed
27+
28+ - Preserve the request ID in invalid request error responses (#400 )
29+ - Standardize Resource Not Found errors on -32602 with URI data per SEP-2164 (#402 )
30+
1031## [ 0.19.0] - 2026-06-13
1132
1233### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.19 .0"
4+ VERSION = "0.20 .0"
55end
You can’t perform that action at this time.
0 commit comments