Join us at the inaugural PyAI Conf in San Francisco on March 10th! Learn More
fastmcp.server.openapi.serverFastMCPOpenAPI from fastmcp.server.openapi import FastMCPOpenAPI
import httpx
server = FastMCPOpenAPI(
openapi_spec=spec,
client=httpx.AsyncClient(),
)