Jofthomas commited on
Commit
04a635c
·
verified ·
1 Parent(s): 13f45d7

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -42,7 +42,7 @@ async def index(request: Request):
42
  app.mount("/echo", echo_mcp.streamable_http_app())
43
  app.mount("/math", math_mcp.streamable_http_app())
44
 
45
- PORT = int(os.environ.get("PORT", "10000"))
46
 
47
  if __name__ == "__main__":
48
  import uvicorn
 
42
  app.mount("/echo", echo_mcp.streamable_http_app())
43
  app.mount("/math", math_mcp.streamable_http_app())
44
 
45
+ PORT = int(os.environ.get("PORT", "7860"))
46
 
47
  if __name__ == "__main__":
48
  import uvicorn