Files
fastapi_mcp/CHANGELOG.md
Itay Shemer 002f854b33 cosmetics
2025-03-08 15:08:13 +02:00

808 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2024-03-08

Added

  • Initial release of FastAPI-MCP
  • Core functionality for converting FastAPI applications to MCP servers
  • CLI tool for generating, running, and installing MCP servers
  • Automatic discovery of FastAPI endpoints
  • Type-safe conversion from FastAPI endpoints to MCP tools
  • Documentation preservation from FastAPI to MCP
  • Claude integration for easy installation and use
  • API integration that automatically makes HTTP requests to FastAPI endpoints
  • Examples directory with sample FastAPI application
  • Basic test suite