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 a1aaeac commit 6719d71Copy full SHA for 6719d71
UnityMcpBridge/Editor/Data/McpClients.cs
@@ -146,10 +146,9 @@ public class McpClients
146
),
147
macConfigPath = Path.Combine(
148
Environment.GetFolderPath(Environment.SpecialFolder.UserProfile),
149
- "Library",
150
- "Application Support",
151
- "", //TODO(PR): I need some help here
152
+ ".config",
+ "github-copilot",
+ "intellij",
153
"mcp.json"
154
155
linuxConfigPath = Path.Combine(
0 commit comments