runtime error
Exit code: 1. Reason: /app/app.py:7: FutureWarning: Parameter 'structured_output' was not specified. Currently it defaults to False, but in version 1.25, the default will change to True. To suppress this warning, explicitly set structured_output=True (new behavior) or structured_output=False (legacy behavior). See documentation at https://huggingface.co/docs/smolagents/tutorials/tools#structured-output-and-output-schema-support for more details. mcp_client = MCPClient( Traceback (most recent call last): File "/app/app.py", line 7, in <module> mcp_client = MCPClient( File "/usr/local/lib/python3.10/site-packages/smolagents/mcp_client.py", line 122, in __init__ self.connect() File "/usr/local/lib/python3.10/site-packages/smolagents/mcp_client.py", line 126, in connect self._tools: list[Tool] = self._adapter.__enter__() File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 310, in __enter__ self.start() File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 298, in start 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 "/app/app.py", line 24, in <module> mcp_client.disconnect() NameError: name 'mcp_client' is not defined. Did you mean: 'MCPClient'?
Container logs:
Fetching error logs...