FastAPI-MCP uses ASGI transport by default, which means it communicates directly with your FastAPI app without making HTTP requests. This is more efficient and doesn’t require a base URL. It’s not even necessary that the FastAPI server will run. If you need to specify a custom base URL or use a different transport method, you can provide your ownDocumentation Index
Fetch the complete documentation index at: https://tadata-f9452859.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
httpx.AsyncClient:

