Skip to content

Commit 796e67e

Browse files
committed
Remove unnecessary comment
1 parent 8fd1a8c commit 796e67e

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
@@ -217,7 +217,7 @@ def run(
217217
"""
218218
TRANSPORTS = Literal["stdio", "sse", "streamable-http"]
219219
if port is not None:
220-
self.settings.port = port # override port if provided
220+
self.settings.port = port
221221
if transport not in TRANSPORTS.__args__: # type: ignore
222222
raise ValueError(f"Unknown transport: {transport}")
223223

0 commit comments

Comments
 (0)