Spaces:
Sleeping
Sleeping
Update pokemon/pokemon_server.py
Browse files
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
|
11 |
html="""<iframe src="https://jofthomas-pokemon-showdown.hf.space" frameborder="0" width="850" height="450"></iframe>"""
|
12 |
-
return f"Here is the
|
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 |
|