File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.0] - 2025-10-15
11+
12+ ### Added
13+
14+ - Client resources support with ` resources/list ` and ` resources/read ` methods (#160 )
15+ - ` _meta ` field support for Tool schema (#124 )
16+ - ` _meta ` field support for Prompt
17+ - ` title ` field support for prompt arguments
18+ - ` call_tool_raw ` method to client for accessing full tool responses (#149 )
19+ - Structured content support in tool responses (#147 )
20+ - AGENTS.md development guidance documentation (#134 )
21+ - Dependabot configuration for automated dependency updates (#138 )
22+
23+ ### Changed
24+
25+ - Set default ` content ` to empty array instead of ` nil ` (#150 )
26+ - Improved prompt spec compliance (#153 )
27+ - Allow output schema to be array of objects (#144 )
28+ - Return 202 response code for accepted JSON-RPC notifications (#114 )
29+ - Added validation to ` MCP::Configuration ` setters (#145 )
30+ - Updated metaschema URI format for cross-OS compatibility
31+
32+ ### Fixed
33+
34+ - Client tools functionality and test coverage (#166 )
35+ - Client resources test for empty responses (#162 )
36+ - Documentation typos and incorrect examples (#157 , #146 )
37+ - Removed redundant transport requires (#154 )
38+ - Cleaned up unused block parameters and magic comments
39+
1040## [ 0.3.0] - 2025-09-14
1141
1242### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.3 .0"
4+ VERSION = "0.4 .0"
55end
You can’t perform that action at this time.
0 commit comments