We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b497ef commit c3d8e23Copy full SHA for c3d8e23
MCPForUnity/UnityMcpServer~/src/telemetry.py
@@ -75,8 +75,8 @@ def __init__(self):
75
# Prefer config file, then allow env overrides
76
server_config = None
77
for modname in (
78
- "UnityMcpBridge.UnityMcpServer~.src.config",
79
- "UnityMcpBridge.UnityMcpServer.src.config",
+ "MCPForUnity.UnityMcpServer~.src.config",
+ "MCPForUnity.UnityMcpServer.src.config",
80
"src.config",
81
"config",
82
):
0 commit comments