from mcp.server.fastmcp import FastMCP with gr.Blocks() as app: if __name__ == "__main__": app.launch(mcp_server=True)