apple muncy commited on
Commit
ed9307c
·
1 Parent(s): 0ca4abd

back to port 8000

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -223,8 +223,8 @@ if __name__ == "__main__":
223
  mcp.run(
224
  transport="streamable-http",
225
  host="0.0.0.0",
226
- port=443,
227
- path="/mcp",
228
  log_level="debug",
229
  )
230
 
 
223
  mcp.run(
224
  transport="streamable-http",
225
  host="0.0.0.0",
226
+ port=8000,
227
+ path="/mcp/",
228
  log_level="debug",
229
  )
230