Models: add macConfigPath to McpClient for macOS config path selection (fixes CS1061 in editor window).

main
David Sarno 2025-08-25 16:49:42 -07:00
parent 99d7a120c9
commit 88b6390359
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ namespace MCPForUnity.Editor.Models
public string name;
public string windowsConfigPath;
public string linuxConfigPath;
public string macConfigPath; // optional macOS-specific config path
public McpTypes mcpType;
public string configStatus;
public McpStatus status = McpStatus.NotConfigured;