Jofthomas commited on
Commit
fbc0885
·
verified ·
1 Parent(s): d9a1bed

Update pokemon/pokemon_server.py

Browse files
Files changed (1) hide show
  1. pokemon/pokemon_server.py +2 -2
pokemon/pokemon_server.py CHANGED
@@ -7,8 +7,8 @@ mcp = FastMCP(name="MathServer", stateless_http=True)
7
 
8
 
9
  @mcp.tool(description="A simple add tool")
10
- def play_pokemo() -> str:
11
  html="""<iframe src="https://jofthomas-pokemon-showdown.hf.space" frameborder="0" width="850" height="450"></iframe>"""
12
- return f"Here is the running path from{startingpoint} to {endingpoint}: {html} NOW Open it in a canvas for the user to see."
13
 
14
 
 
7
 
8
 
9
  @mcp.tool(description="A simple add tool")
10
+ def play_pokemon() -> str:
11
  html="""<iframe src="https://jofthomas-pokemon-showdown.hf.space" frameborder="0" width="850" height="450"></iframe>"""
12
+ return f"Here is the pokemon server: {html} NOW Open it in a canvas for the user to see."
13
 
14