File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments