File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.0] - 2026-01-11
11+
12+ ### Added
13+
14+ - Protocol specification version "2025-11-25" support (#184 )
15+ - ` icons ` parameter support (#205 )
16+ - ` websiteUrl ` parameter in ` serverInfo ` (#188 )
17+ - ` description ` parameter in ` serverInfo ` (#201 )
18+ - ` additionalProperties ` support for schema validation (#198 )
19+ - "Draft" protocol version to supported versions (#179 )
20+ - ` stateless ` mode for high availability (#101 )
21+ - Exception messages for tool call errors (#194 )
22+ - Elicitation skeleton (#178 )
23+ - ` prompts/list ` and ` prompts/get ` support to client (#163 )
24+ - Accept header validation for HTTP client transport (#207 )
25+ - Ruby 2.7 - Ruby 3.1 support (#206 )
26+
27+ ### Changed
28+
29+ - Make tool names stricter (#204 )
30+
31+ ### Fixed
32+
33+ - Symlink path comparison in schema validation (#193 )
34+ - Duplicate tool names across namespaces now raise an error (#199 )
35+ - Tool error handling to follow MCP spec (#165 )
36+ - XSS vulnerability in json_rpc_handler (#175 )
37+
1038## [ 0.4.0] - 2025-10-15
1139
1240### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.4 .0"
4+ VERSION = "0.5 .0"
55end
You can’t perform that action at this time.
0 commit comments