runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/graph-theory/mcp_output/start_mcp.py", line 13, in <module> from mcp_service import create_app File "/app/graph-theory/mcp_output/mcp_plugin/mcp_service.py", line 16, in <module> def core(*args, **kwargs): File "/home/user/.local/lib/python3.10/site-packages/fastmcp/server/providers/local_provider/decorators/tools.py", line 408, in tool return decorate_and_register(name_or_fn, name) File "/home/user/.local/lib/python3.10/site-packages/fastmcp/server/providers/local_provider/decorators/tools.py", line 404, in decorate_and_register tool_obj = self.add_tool(fn) File "/home/user/.local/lib/python3.10/site-packages/fastmcp/server/providers/local_provider/decorators/tools.py", line 180, in add_tool tool = Tool.from_function( File "/home/user/.local/lib/python3.10/site-packages/fastmcp/tools/tool.py", line 228, in from_function return FunctionTool.from_function( File "/home/user/.local/lib/python3.10/site-packages/fastmcp/tools/function_tool.py", line 205, in from_function parsed_fn = ParsedFunction.from_function(fn, exclude_args=metadata.exclude_args) File "/home/user/.local/lib/python3.10/site-packages/fastmcp/tools/function_parsing.py", line 103, in from_function raise ValueError("Functions with *args are not supported as tools") ValueError: Functions with *args are not supported as tools

Container logs:

Fetching error logs...