Skip to content

Commit ebd19f4

Browse files
committed
Remove unused sse_path and message_path parameters
These parameters are only used by SSE transport, but the app uses streamable_http_app() which uses streamable_http_path (defaults to /mcp)
1 parent 5fb4ae5 commit ebd19f4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pizzaz_server_python/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ class PizzaInput(BaseModel):
129129

130130
mcp = FastMCP(
131131
name="pizzaz-python",
132-
sse_path="/mcp",
133-
message_path="/mcp/messages",
134132
stateless_http=True,
135133
)
136134

solar-system_server_python/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ class SolarInput(BaseModel):
9292

9393
mcp = FastMCP(
9494
name="solar-system-python",
95-
sse_path="/mcp",
96-
message_path="/mcp/messages",
9795
stateless_http=True,
9896
)
9997

0 commit comments

Comments
 (0)