runtime error

Exit code: 1. Reason: | tools = await load_mcp_tools(session=None, connection=connection) | File "/usr/local/lib/python3.10/site-packages/langchain_mcp_adapters/tools.py", line 133, in load_mcp_tools | async with create_session(connection) as tool_session: | 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/langchain_mcp_adapters/sessions.py", line 282, in create_session | async with _create_sse_session( | 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/langchain_mcp_adapters/sessions.py", line 194, in _create_sse_session | async with sse_client(url, headers, timeout, sse_read_timeout, **kwargs) as (read, write): | 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/mcp/client/sse.py", line 45, in sse_client | async with anyio.create_task_group() as tg: | File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 772, in __aexit__ | raise BaseExceptionGroup( | exceptiongroup.ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) +-+---------------- 1 ---------------- | Traceback (most recent call last): | File "/usr/local/lib/python3.10/site-packages/mcp/client/sse.py", line 55, in sse_client | event_source.response.raise_for_status() | File "/usr/local/lib/python3.10/site-packages/httpx/_models.py", line 829, in raise_for_status | raise HTTPStatusError(message, request=request, response=self) | httpx.HTTPStatusError: Client error '412 Precondition Failed' for url 'https://agents-mcp-hackathon-llm-gamemaster-mpc-server.hf.space/gradio_api/mcp/sse' | For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/412 +------------------------------------

Container logs:

Fetching error logs...