runtime error

Exit code: 1. Reason: self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 244, in _run_loop self.loop.run_until_complete(self.task) File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 232, in setup connections = [ File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 233, in <listcomp> await stack.enter_async_context( File "/usr/local/lib/python3.10/contextlib.py", line 619, in enter_async_context result = await _cm_type.__aenter__(cm) File "/usr/local/lib/python3.10/contextlib.py", line 199, in __aenter__ return await anext(self.gen) File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 129, in mcptools async with client as (read, write, *_): File "/usr/local/lib/python3.10/contextlib.py", line 217, in __aexit__ await self.gen.athrow(typ, value, traceback) File "/usr/local/lib/python3.10/site-packages/mcp/client/streamable_http.py", line 459, in streamablehttp_client async with anyio.create_task_group() as tg: File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 781, in __aexit__ raise BaseExceptionGroup( exceptiongroup.ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) Traceback (most recent call last): File "/app/main.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

Container logs:

Fetching error logs...