Skip to content

Commit 944660a

Browse files
Merge pull request #167 from modelcontextprotocol/release-0.4.0
Release v0.4.0
2 parents f312695 + 9aafc9a commit 944660a

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.3.0"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)