Skip to content

Commit 215cad3

Browse files
authored
Remove comments
1 parent dfdf077 commit 215cad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
7272
# HTTP settings
7373
host: str = "0.0.0.0"
7474
port: int = 8000
75-
mount_path: str = "/" # Mount path (e.g. "/github", defaults to root path)
75+
mount_path: str = "/"
7676
sse_path: str = "/sse"
7777
message_path: str = "/messages/"
7878

0 commit comments

Comments
 (0)