FastMCP server implementation that creates components from an OpenAPI schema... deprecated::
Use FastMCP with OpenAPIProvider instead. This class will be
removed in a future version.Example (deprecated):
Copy
from fastmcp.server.openapi import FastMCPOpenAPIimport httpxserver = FastMCPOpenAPI( openapi_spec=spec, client=httpx.AsyncClient(),)