You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Response documentation is automatically added to my tool descriptions when using this package. This has the potential to overload the models I use with irrelevant and repetitive information.
Describe the solution you'd like
Add an argument to the FastApiMCP class initialisation that disables this automatic behaviour.
Describe alternatives you've considered
Using the standard MCP package's server component on its own proves to be too much of a challenge given my FastAPI-compatible code.