File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ 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
+ ## [ 0.1.2]
9
+
10
+ ### Changed
11
+ - Complete refactor: transformed from a code generator to a direct integration library
12
+ - Replaced the CLI-based approach with a direct API for adding MCP servers to FastAPI applications
13
+ - Integrated MCP servers now mount directly to FastAPI apps at runtime instead of generating separate code
14
+ - Simplified the API with a single ` add_mcp_server ` function for quick integration
15
+ - Removed code generation entirely in favor of runtime integration
16
+
17
+ ### Added
18
+ - Main ` add_mcp_server ` function for simple MCP server integration
19
+ - Support for adding custom MCP tools alongside API-derived tools
20
+ - Improved test suite
21
+ - Manage with uv
22
+
23
+ ### Removed
24
+ - CLI interface and all associated commands (generate, run, install, etc.)
25
+ - Code generation functionality
26
+
8
27
## [ 0.1.1] - 2024-07-03
9
28
10
29
### Fixed
You can’t perform that action at this time.
0 commit comments