We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sse_path
message_path
1 parent 5fb4ae5 commit ebd19f4Copy full SHA for ebd19f4
pizzaz_server_python/main.py
@@ -129,8 +129,6 @@ class PizzaInput(BaseModel):
129
130
mcp = FastMCP(
131
name="pizzaz-python",
132
- sse_path="/mcp",
133
- message_path="/mcp/messages",
134
stateless_http=True,
135
)
136
solar-system_server_python/main.py
@@ -92,8 +92,6 @@ class SolarInput(BaseModel):
92
93
94
name="solar-system-python",
95
96
97
98
99
0 commit comments