Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
@@ -178,6 +178,5 @@ if __name__ == "__main__":
|
|
178 |
mcp.run(
|
179 |
transport="streamable-http",
|
180 |
host="0.0.0.0",
|
181 |
-
port=8000
|
182 |
-
|
183 |
-
)
|
|
|
178 |
mcp.run(
|
179 |
transport="streamable-http",
|
180 |
host="0.0.0.0",
|
181 |
+
port=8000'
|
182 |
+
)
|
|