sync: bring published-docs to main @ v3.3.0

This commit is contained in:
Jeremiah Lowin 2026-05-14 22:09:39 -04:00
commit a139a06005
No known key found for this signature in database
600 changed files with 90596 additions and 3322 deletions

View file

@ -152,7 +152,7 @@ Heres how you can add custom route maps to turn `GET` requests into `Resource
```python api_server_with_resources.py {3, 37-42}
import httpx
from fastmcp import FastMCP
from fastmcp.server.openapi import RouteMap, MCPType
from fastmcp.server.providers.openapi import RouteMap, MCPType
# Create an HTTP client for the target API