pgurazada1 commited on
Commit
43d0116
·
verified ·
1 Parent(s): 9e6ff56

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +2 -3
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
- path='/mcp'
183
- )
 
178
  mcp.run(
179
  transport="streamable-http",
180
  host="0.0.0.0",
181
+ port=8000'
182
+ )