diff --git a/tests/structs/test_support_mcp.py b/tests/structs/test_support_mcp.py index c44fe6ac..4d46baff 100644 --- a/tests/structs/test_support_mcp.py +++ b/tests/structs/test_support_mcp.py @@ -19,7 +19,7 @@ from swarms.tools.mcp_client_call import ( execute_multiple_tools_on_multiple_mcp_servers_sync, execute_tool_call_simple, get_mcp_tools_sync, - get_tools_for_multiple_mcp_servers, + get_tools_for_multiple_mcp_servers, transform_mcp_tool_to_openai_tool, transform_openai_tool_call_request_to_mcp_tool_call_request, )