Skip to content

Commit a5af8ba

Browse files
committed
Fix duplicate macConfigPath field in McpClient to resolve CS0102
1 parent 48deedd commit a5af8ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UnityMcpBridge/Editor/Models/McpClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ public class McpClient
66
public string windowsConfigPath;
77
public string macConfigPath;
88
public string linuxConfigPath;
9-
public string macConfigPath; // optional macOS-specific config path
109
public McpTypes mcpType;
1110
public string configStatus;
1211
public McpStatus status = McpStatus.NotConfigured;

0 commit comments

Comments
 (0)