Remote MCP that just works: FastMCP Cloud is here!
fastmcp.json
client.call_tool()
File
mcp = FastMCP() @mcp.tool def add(a: int, b: int) -> int: return a + b
FastMCP.from_client()