Skip to content

Commit 6719d71

Browse files
committed
Update macos path
1 parent a1aaeac commit 6719d71

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

UnityMcpBridge/Editor/Data/McpClients.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,9 @@ public class McpClients
146146
),
147147
macConfigPath = Path.Combine(
148148
Environment.GetFolderPath(Environment.SpecialFolder.UserProfile),
149-
"Library",
150-
"Application Support",
151-
"", //TODO(PR): I need some help here
152-
"", //TODO(PR): I need some help here
149+
".config",
150+
"github-copilot",
151+
"intellij",
153152
"mcp.json"
154153
),
155154
linuxConfigPath = Path.Combine(

0 commit comments

Comments
 (0)