diff --git a/tests/mcp/__init__.py b/tests/mcp_tests/__init__.py similarity index 100% rename from tests/mcp/__init__.py rename to tests/mcp_tests/__init__.py diff --git a/tests/mcp/mcp_config.json b/tests/mcp_tests/mcp_config.json similarity index 100% rename from tests/mcp/mcp_config.json rename to tests/mcp_tests/mcp_config.json diff --git a/tests/mcp/test_mcp.py b/tests/mcp_tests/test_mcp.py similarity index 100% rename from tests/mcp/test_mcp.py rename to tests/mcp_tests/test_mcp.py diff --git a/tests/mcp/weather/requirements.txt b/tests/mcp_tests/weather/requirements.txt similarity index 100% rename from tests/mcp/weather/requirements.txt rename to tests/mcp_tests/weather/requirements.txt diff --git a/tests/mcp/weather/weather.py b/tests/mcp_tests/weather/weather.py similarity index 100% rename from tests/mcp/weather/weather.py rename to tests/mcp_tests/weather/weather.py