"""
FastAPI-MCP: Automatic MCP server generator for FastAPI applications.
Created by Tadata Inc. (https://github.com/tadata-org)
"""
try:
from importlib.metadata import version
__version__ = version("fastapi-mcp")
except Exception:
# Fallback for local development
__version__ = "0.0.0.dev0"
from .server import FastApiMCP
__all__ = [
"FastApiMCP",
]
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nguyendinhsinh361/fastapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server