We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e43d9 commit 3988291Copy full SHA for 3988291
2 files changed
CHANGELOG.md
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.18.0] - 2026-05-30
11
+
12
+### Added
13
14
+- Support server-to-client `ping` per MCP specification (#358)
15
16
+### Changed
17
18
+- Warn on implicit stdio initialization (#338)
19
+- Cache `Tool::Schema` validation to avoid re-validating identical schemas (#363)
20
21
+### Fixed
22
23
+- Fix case-sensitive `Accept` header comparison (#359)
24
25
## [0.17.0] - 2026-05-19
26
27
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.17.0"
+ VERSION = "0.18.0"
5
end
0 commit comments