Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
24f6bbf
1
Parent(s):
d50d17c
try streamable-http
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
app.py
CHANGED
|
@@ -221,7 +221,7 @@ if __name__ == "__main__":
|
|
| 221 |
print("📊 Dashboard: http://localhost:7860/gradio")
|
| 222 |
print(" Starting http://localhost:8000/mcp")
|
| 223 |
mcp.run(
|
| 224 |
-
transport="http",
|
| 225 |
host="0.0.0.0",
|
| 226 |
port=8000,
|
| 227 |
path="/mcp",
|
|
|
|
| 221 |
print("📊 Dashboard: http://localhost:7860/gradio")
|
| 222 |
print(" Starting http://localhost:8000/mcp")
|
| 223 |
mcp.run(
|
| 224 |
+
transport="streamable-http",
|
| 225 |
host="0.0.0.0",
|
| 226 |
port=8000,
|
| 227 |
path="/mcp",
|