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 99d7a12 commit 88b6390Copy full SHA for 88b6390
UnityMcpBridge/Editor/Models/McpClient.cs
@@ -5,6 +5,7 @@ public class McpClient
5
public string name;
6
public string windowsConfigPath;
7
public string linuxConfigPath;
8
+ public string macConfigPath; // optional macOS-specific config path
9
public McpTypes mcpType;
10
public string configStatus;
11
public McpStatus status = McpStatus.NotConfigured;
0 commit comments