Jofthomas commited on
Commit
623dc66
·
verified ·
1 Parent(s): 8c2b13b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ load_dotenv()
16
  mcp = FastMCP(
17
  name="PokemonBattleAgent",
18
  host="0.0.0.0",
19
- port=7861,
20
  )
21
 
22
  # --- Global state for current user session ---
 
16
  mcp = FastMCP(
17
  name="PokemonBattleAgent",
18
  host="0.0.0.0",
19
+ port=7860,
20
  )
21
 
22
  # --- Global state for current user session ---