We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d2fdd0 + c7b059c commit e35841aCopy full SHA for e35841a
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.16.0] - 2026-05-14
11
+
12
+### Added
13
14
+- Add opt-in tool output validation (#344)
15
16
+### Changed
17
18
+- Advertise JSON Schema 2020-12 dialect on emitted tool schemas (#342)
19
20
+### Fixed
21
22
+- Preserve client tool output schemas (#343)
23
+- Fix missing `output_schema` argument in `define_tool` API (#301)
24
25
## [0.15.0] - 2026-05-05
26
27
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.15.0"
+ VERSION = "0.16.0"
5
end
0 commit comments