Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
ed9307c
1
Parent(s):
0ca4abd
back to port 8000
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -223,8 +223,8 @@ if __name__ == "__main__":
|
|
223 |
mcp.run(
|
224 |
transport="streamable-http",
|
225 |
host="0.0.0.0",
|
226 |
-
port=
|
227 |
-
path="/mcp",
|
228 |
log_level="debug",
|
229 |
)
|
230 |
|
|
|
223 |
mcp.run(
|
224 |
transport="streamable-http",
|
225 |
host="0.0.0.0",
|
226 |
+
port=8000,
|
227 |
+
path="/mcp/",
|
228 |
log_level="debug",
|
229 |
)
|
230 |
|