Skip to content

Commit 3b03b83

Browse files
authored
Update server.py
1 parent b726c86 commit 3b03b83

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)