We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdf077 commit 215cad3Copy full SHA for 215cad3
src/mcp/server/fastmcp/server.py
@@ -72,7 +72,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
72
# HTTP settings
73
host: str = "0.0.0.0"
74
port: int = 8000
75
- mount_path: str = "/" # Mount path (e.g. "/github", defaults to root path)
+ mount_path: str = "/"
76
sse_path: str = "/sse"
77
message_path: str = "/messages/"
78
0 commit comments