WebashalarForML commited on
Commit
83d027f
·
verified ·
1 Parent(s): e15b5ef

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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="sse", host="0.0.0.0", port=7860)
 
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)