runtime error

Exit code: 1. Reason: /app/app.py:8: 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 16, in <module> demo = gr.ChatInterface( fn=lambda message, history: str(agent.run(message)), ...<3 lines>... description="This is a simple agent that uses MCP tools to answer questions.", ) TypeError: ChatInterface.__init__() got an unexpected keyword argument 'type'

Container logs:

Fetching error logs...