runtime error

Exit code: 1. Reason: es/mcpadapt/core.py", line 216, 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 206, in setup connections = [ File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 207, in <listcomp> await stack.enter_async_context(mcptools(params)) 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 98, in mcptools client = sse_client(**serverparams) File "/usr/local/lib/python3.10/contextlib.py", line 314, in helper return _AsyncGeneratorContextManager(func, args, kwds) File "/usr/local/lib/python3.10/contextlib.py", line 103, in __init__ self.gen = func(*args, **kwds) TypeError: sse_client() got an unexpected keyword argument 'transport' Traceback (most recent call last): File "/home/user/app/app.py", line 8, 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 282, in __enter__ self.start() File "/usr/local/lib/python3.10/site-packages/mcpadapt/core.py", line 270, 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 "/home/user/app/app.py", line 31, in <module> mcp_client.disconnect() NameError: name 'mcp_client' is not defined. Did you mean: 'MCPClient'?

Container logs:

Fetching error logs...