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.utilities.openapi.director
Request director using openapi-core for stateless HTTP request building.
Classes
RequestDirector
Builds httpx.Request objects from HTTPRoute and arguments using openapi-core.
Methods:
build
route: HTTPRoute containing OpenAPI operation detailsflat_args: Flattened arguments from LLM (may include suffixed parameters)base_url: Base URL for the request
- httpx.Request: Properly formatted HTTP request

