Skip to content

Commit 88b6390

Browse files
committed
Models: add macConfigPath to McpClient for macOS config path selection (fixes CS1061 in editor window).
1 parent 99d7a12 commit 88b6390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnityMcpBridge/Editor/Models/McpClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ public class McpClient
55
public string name;
66
public string windowsConfigPath;
77
public string linuxConfigPath;
8+
public string macConfigPath; // optional macOS-specific config path
89
public McpTypes mcpType;
910
public string configStatus;
1011
public McpStatus status = McpStatus.NotConfigured;

0 commit comments

Comments
 (0)