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.
1 parent e80c015 commit 0bf3521Copy full SHA for 0bf3521
src/mcp/server/fastmcp/server.py
@@ -92,7 +92,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
92
mount_path: str = "/" # Mount path (e.g. "/github", defaults to root path)
93
sse_path: str = "/sse"
94
message_path: str = "/messages/"
95
- streamable_http_path: str = "/mcp"
+ streamable_http_path: str = "/mcp/"
96
97
# StreamableHTTP settings
98
json_response: bool = False
0 commit comments