File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.4.0] - 2025-05-10
9
+ ### Added
10
+ - Conditionnally hidden properties for tool calls (#70 ) [ #70 @yjacquin ] ( https://github.com/yjacquin/fast-mcp/pull/70 )
11
+ - Metadata to tool call results (#69 ) [ #69 @yjacquin ] ( https://github.com/yjacquin/fast-mcp/pull/69 )
12
+ - Link to official Discord Server in README.md
13
+
8
14
## [ 1.3.2] - 2025-05-08
9
15
### Changed
10
16
- Logs are now less verbose by default [ #64 @yjacquin ] ( https://github.com/yjacquin/fast-mcp/pull/64 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fast-mcp (1.3.2 )
4
+ fast-mcp (1.4.0 )
5
5
base64
6
6
dry-schema (~> 1.14 )
7
7
json (~> 2.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module FastMcp
4
- VERSION = '1.3.2 '
4
+ VERSION = '1.4.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments