Skip to content

Commit e53a22e

Browse files
tim-watchaihrpr
andauthored
Update src/mcp/server/fastmcp/server.py
Co-authored-by: ihrpr <[email protected]>
1 parent d34f446 commit e53a22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def instructions(self) -> str | None:
180180
return self._mcp_server.instructions
181181

182182
def run(
183-
self, transport: Literal["stdio", "sse"] = "stdio", mount_path: str = ""
183+
self, transport: Literal["stdio", "sse"] = "stdio", mount_path: str = None
184184
) -> None:
185185
"""Run the FastMCP server. Note this is a synchronous function.
186186

0 commit comments

Comments
 (0)