prthm11 commited on
Commit
cc9578f
·
verified ·
1 Parent(s): 17e6a4f

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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="sse", host=host, port=port, stateless_http=True)
 
62
 
63
  # Use SSE transport for Hugging Face Spaces
64
  # FastMCP handles host validation automatically
65
+ mcp.run(transport="stdio")