runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 33, in <module> raise e File "/home/user/app/app.py", line 13, in <module> mcp_client = MCPClient( File "/usr/local/lib/python3.10/site-packages/smolagents/mcp_client.py", line 75, in __init__ self.connect() File "/usr/local/lib/python3.10/site-packages/smolagents/mcp_client.py", line 79, in connect self._tools: list[Tool] = self._adapter.__enter__() File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 252, in __enter__ raise TimeoutError( TimeoutError: Couldn't connect to the MCP server after 30 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 35, in <module> mcp_client.stop() NameError: name 'mcp_client' is not defined. Did you mean: 'MCPClient'?

Container logs:

Fetching error logs...