"""Minimal utilities for building MCP servers with FastAPI.""" from .fastapi import FastAPIMCPServer __all__ = ["FastAPIMCPServer"]