Skip to content

Commit 355c882

Browse files
author
chiliu
committed
Merge branch 'fix-307-Temporary-Redirect' of https://github.com/chi2liu/python-sdk into fix-307-Temporary-Redirect
2 parents d2ee4df + 3b03b83 commit 355c882

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
@@ -603,7 +603,7 @@ async def run_sse_async(self, mount_path: str | None = None) -> None:
603603
import uvicorn
604604

605605
starlette_app = self.sse_app(mount_path)
606-
606+
607607
config = uvicorn.Config(
608608
starlette_app,
609609
host=self.settings.host,

0 commit comments

Comments
 (0)