Skip to content

Commit 6eb6c8b

Browse files
authored
Merge pull request #3 from SmartManoj/params
Remove unused `sse_path` and `message_path` parameters
2 parents c738371 + ebd19f4 commit 6eb6c8b

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)