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.middleware.dereference
Middleware that dereferences $ref in JSON schemas before sending to clients.
Classes
DereferenceRefsMiddleware
Dereferences $ref in component schemas before sending to clients.
Some MCP clients (e.g., VS Code Copilot) don’t handle JSON Schema ref definitions so schemas are
self-contained. Enabled by default via FastMCP(dereference_schemas=True).
Methods:

