Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
|
@@ -40,4 +40,4 @@ if __name__ == "__main__":
|
|
| 40 |
# We use the 'sse' transport. This is crucial for the "handshake".
|
| 41 |
# Standard 'http' can sometimes cause issues with clients expecting
|
| 42 |
# a persistent event stream for the initialization.
|
| 43 |
-
mcp.run(transport="
|
|
|
|
| 40 |
# We use the 'sse' transport. This is crucial for the "handshake".
|
| 41 |
# Standard 'http' can sometimes cause issues with clients expecting
|
| 42 |
# a persistent event stream for the initialization.
|
| 43 |
+
mcp.run(transport="http", host="0.0.0.0", port=7860)
|