Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
|
@@ -62,4 +62,4 @@ if __name__ == "__main__":
|
|
| 62 |
|
| 63 |
# Use SSE transport for Hugging Face Spaces
|
| 64 |
# FastMCP handles host validation automatically
|
| 65 |
-
mcp.run(transport="
|
|
|
|
| 62 |
|
| 63 |
# Use SSE transport for Hugging Face Spaces
|
| 64 |
# FastMCP handles host validation automatically
|
| 65 |
+
mcp.run(transport="stdio")
|