runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2629, in launch import gradio.mcp File "/usr/local/lib/python3.10/site-packages/gradio/mcp.py", line 9, in <module> from mcp import types ModuleNotFoundError: No module named 'mcp' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> gr.Interface(lambda x:x, "textbox", "textbox").launch(mcp_server=True) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2631, in launch raise ImportError( ImportError: In order to use `mcp_server=True`, you must install gradio with the `mcp` extra. Please install it with `pip install gradio[mcp]`

Container logs:

Fetching error logs...