We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bef102 + c4fd83d commit ade3d1fCopy full SHA for ade3d1f
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.6.0] - 2026-01-16
11
+
12
+### Changed
13
14
+- Update licensing to Apache 2.0 for new contributions (#213)
15
16
+### Fixed
17
18
+- Omit `icons` from responses when empty or nil to reduce context window usage (#212)
19
20
## [0.5.0] - 2026-01-11
21
22
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.5.0"
+ VERSION = "0.6.0"
5
end
0 commit comments