Documentation Index
Fetch the complete documentation index at: https://gofastmcp.com/llms.txt
Use this file to discover all available pages before exploring further.
Meet Prefect Horizon, the enterprise MCP gateway built by the team behind FastMCP
Documentation Index
Fetch the complete documentation index at: https://gofastmcp.com/llms.txt
Use this file to discover all available pages before exploring further.
fastmcp.server.openapi.serverFastMCPOpenAPI from fastmcp.server.openapi import FastMCPOpenAPI
import httpx
server = FastMCPOpenAPI(
openapi_spec=spec,
client=httpx.AsyncClient(),
)