Skip to content

Commit a1aaeac

Browse files
committed
Update application data path
1 parent 9578ddc commit a1aaeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityMcpBridge/Editor/Data/McpClients.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public class McpClients
139139
{
140140
name = "JetBrains GitHub Copilot",
141141
windowsConfigPath = Path.Combine(
142-
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
142+
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
143143
"github-copilot",
144144
"intellij",
145145
"mcp.json"

0 commit comments

Comments
 (0)