mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-27 15:51:33 +02:00
default sse to 127.0.0.1
This commit is contained in:
parent
f2bfe53de1
commit
0fe09ad0b0
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ServerSettings(BaseSettings):
|
|||
log_level: LOG_LEVEL = Field(default_factory=lambda: Settings().log_level)
|
||||
|
||||
# HTTP settings
|
||||
host: str = "0.0.0.0"
|
||||
host: str = "127.0.0.1"
|
||||
port: int = 8000
|
||||
sse_path: str = "/sse"
|
||||
message_path: str = "/messages/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue