runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/smolagents/mcp_client.py", line 84, in __init__ from mcpadapt.core import MCPAdapt ModuleNotFoundError: No module named 'mcpadapt' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> mcp_client = MCPClient( File "/usr/local/lib/python3.10/site-packages/smolagents/mcp_client.py", line 87, in __init__ raise ModuleNotFoundError("Please install 'mcp' extra to use MCPClient: `pip install 'smolagents[mcp]'`") ModuleNotFoundError: Please install 'mcp' extra to use MCPClient: `pip install 'smolagents[mcp]'` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 27, in <module> mcp_client.disconnect() NameError: name 'mcp_client' is not defined. Did you mean: 'MCPClient'?
Container logs:
Fetching error logs...