Skip to content

Commit c3d8e23

Browse files
committed
fix: update module import paths to use MCPForUnity instead of UnityMcpBridge
1 parent 2b497ef commit c3d8e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MCPForUnity/UnityMcpServer~/src/telemetry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def __init__(self):
7575
# Prefer config file, then allow env overrides
7676
server_config = None
7777
for modname in (
78-
"UnityMcpBridge.UnityMcpServer~.src.config",
79-
"UnityMcpBridge.UnityMcpServer.src.config",
78+
"MCPForUnity.UnityMcpServer~.src.config",
79+
"MCPForUnity.UnityMcpServer.src.config",
8080
"src.config",
8181
"config",
8282
):

0 commit comments

Comments
 (0)