Jofthomas commited on
Commit
4109df9
·
verified ·
1 Parent(s): 5aea7b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -572,4 +572,4 @@ if __name__ == "__main__":
572
  print("- AI agent battles (OpenAI, Gemini, Mistral, MaxDamage) - NO RANDOM FALLBACKS")
573
  print("- Human player battles")
574
  print("Running Pokemon Battle MCP server with SSE transport")
575
- mcp.run(transport="http")
 
572
  print("- AI agent battles (OpenAI, Gemini, Mistral, MaxDamage) - NO RANDOM FALLBACKS")
573
  print("- Human player battles")
574
  print("Running Pokemon Battle MCP server with SSE transport")
575
+ mcp.run(transport="sse")