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.
To allow the MCP server to be configured under an endpoint with path, the mount_path parameter must be assigned when instantiating FastMCP.
This attribute was incorporated in v1.8.0 of python-sdk, PR #540
Describe the solution you'd like
Add a new setting that can be configured at run time by means of an env variable or run argument, and assign the value to the FastMCP. Default value is “/”.