Skip to content

Commit fd1d7a6

Browse files
authored
Merge pull request #211 from koic/release_0_5_0
Release 0.5.0
2 parents 6b18ca4 + 7a21bbd commit fd1d7a6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MCP
4-
VERSION = "0.4.0"
4+
VERSION = "0.5.0"
55
end

0 commit comments

Comments
 (0)