FastMCP Cloud is here! Join the beta.
File
mcp = FastMCP() @mcp.tool def add(a: int, b: int) -> int: return a + b
FastMCP.from_client()