Skip to content

Commit 7fe6c3d

Browse files
committed
add changelog
1 parent 0cca49d commit 7fe6c3d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
827
## [0.1.1] - 2024-07-03
928

1029
### Fixed

0 commit comments

Comments
 (0)