Skip to content

Commit 3988291

Browse files
committed
Release 0.18.0
New features and changes have landed, making it a good time to cut a release. Further feature proposals can be incorporated in future releases.
1 parent f6e43d9 commit 3988291

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1025
## [0.17.0] - 2026-05-19
1126

1227
### 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.17.0"
4+
VERSION = "0.18.0"
55
end

0 commit comments

Comments
 (0)