Skip to content

Commit 4af216f

Browse files
committed
Release 0.7.1
This is a release that includes several bug fixes.
1 parent a05da39 commit 4af216f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1018
## [0.7.0] - 2026-02-14
1119

1220
### 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.7.0"
4+
VERSION = "0.7.1"
55
end

0 commit comments

Comments
 (0)