Skip to content

Commit c5858ff

Browse files
author
LittleCoinCoin
committed
refactor: directory name
Renamed the source code directory `hatch/mcp` to `hatch/mcp_host_config` to better reflect the fact that this is about controlling the mcp configuration files in hosts not MCP itself.
1 parent de7d16a commit c5858ff

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

tests/test_mcp_atomic_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from wobble.decorators import regression_test
1515
from test_data_utils import MCPBackupTestDataLoader
1616

17-
from hatch.mcp.backup import (
17+
from hatch.mcp_host_config.backup import (
1818
AtomicFileOperations,
1919
MCPHostConfigBackupManager,
2020
BackupAwareOperation,

tests/test_mcp_backup_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from wobble.decorators import integration_test, slow_test, regression_test
1616
from test_data_utils import MCPBackupTestDataLoader
1717

18-
from hatch.mcp.backup import (
18+
from hatch.mcp_host_config.backup import (
1919
MCPHostConfigBackupManager,
2020
BackupAwareOperation,
2121
BackupInfo,

tests/test_mcp_host_config_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from wobble.decorators import regression_test, integration_test, slow_test
1616
from test_data_utils import MCPBackupTestDataLoader
1717

18-
from hatch.mcp.backup import (
18+
from hatch.mcp_host_config.backup import (
1919
MCPHostConfigBackupManager,
2020
BackupInfo,
2121
BackupResult,

0 commit comments

Comments
 (0)