Skip to content

Commit 55bbe02

Browse files
authored
Finalize v0.4.6 CHANGELOG (#125)
1 parent 6b44863 commit 55bbe02

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.6] - 2025-07-10
11+
12+
### Added
13+
- `EnrichParameter` for attaching descriptions and examples to resource
14+
parameters.
15+
- `DataModelSummary` object returned by the built-in data model explorat
16+
17+
tool.
18+
- Standardized tool descriptions via new `ToolDef` and `ToolKind` helper
19+
20+
21+
### Changed
22+
- Built-in data model tool description now instructs calling it once at
23+
24+
start of a session.
25+
- Improved `DataModelSummary` string formatting and explore endpoint out
26+
27+
28+
### Fixed
29+
- Correct typing for field descriptions returned by the explore endpoint
30+
1031
## [0.4.5] - 2025-07-02
32+
1133
### Added
1234
- Context caching with `MemoryCache` and optional `RedisCache` backends.
1335
- `EnrichMCP.get_context()` returns an `EnrichContext` instance mirroring the underlying FastMCP context.

0 commit comments

Comments
 (0)