We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
root_path
1 parent e33cd41 commit a270998Copy full SHA for a270998
src/mcp/server/fastmcp/server.py
@@ -89,6 +89,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
89
# HTTP settings
90
host: str = "0.0.0.0"
91
port: int = 8000
92
+ root_path: str = "/" # root path, same with root_path in uvicorn config, for sse or streamable http
93
mount_path: str = "/" # Mount path (e.g. "/github", defaults to root path)
94
sse_path: str = "/sse"
95
message_path: str = "/messages/"
0 commit comments