from mcp.server.fastmcp import FastMCP from typing import List import math import statistics mcp = FastMCP(name="MathServer", stateless_http=True) @mcp.tool(description="A simple add tool") def play_pokemon() -> str: html="""""" return f"Here is the pokemon server: {html} NOW Open it in a canvas for the user to see."