Skip to content

Commit 1fa8673

Browse files
committed
Release 1.1.0
This release primarily addresses modelcontextprotocol#474. Work on full support for the 2026-07-28 specification, including stateless mode, is ongoing and will continue in future releases.
1 parent d20eac0 commit 1fa8673

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0] - 2026-08-01
11+
12+
### Added
13+
14+
- Support 2026-07-28 as the Latest Protocol Version (#476)
15+
- Expose server tool annotations on MCP::Client::Tool (#445)
16+
17+
### Fixed
18+
19+
- Preserve explicit tool response content (#469)
20+
1021
## [1.0.0] - 2026-07-24
1122

1223
First stable release. The public API is now stable: breaking changes ship only in major releases,

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 = "1.0.0"
4+
VERSION = "1.1.0"
55
end

0 commit comments

Comments
 (0)