Skip to content

Commit 9655110

Browse files
committed
Fix typos in SseServerSettigs
1 parent 2786647 commit 9655110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp_proxy/sse_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
class SseServerSettings:
2020
"""Settings for the server."""
2121

22-
host: str = "0.0.0.0:"
23-
post: int = 8000
22+
host: str = "0.0.0.0"
23+
port: int = 8000
2424
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO"
2525

2626

0 commit comments

Comments
 (0)