We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05da39 commit 4af216fCopy full SHA for 4af216f
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.7.1] - 2026-02-21
11
+
12
+### Fixed
13
14
+- Fix `Resource::Contents#to_h` to use correct property names per MCP spec (#235)
15
+- Return JSON-RPC protocol errors for unknown tool calls (#231)
16
+- Fix `logging/setLevel` to return empty hash per MCP specification (#230)
17
18
## [0.7.0] - 2026-02-14
19
20
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.7.0"
+ VERSION = "0.7.1"
5
end
0 commit comments