diff --git a/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs b/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs index 1489304..59a3bb6 100644 --- a/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs +++ b/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs @@ -28,6 +28,7 @@ namespace MCPForUnity.Editor.Windows.Components.Settings private Button clearUvxButton; private VisualElement uvxPathStatus; private TextField gitUrlOverride; + private Button browseGitUrlButton; private Button clearGitUrlButton; private TextField deploySourcePath; private Button browseDeploySourceButton; @@ -76,6 +77,7 @@ namespace MCPForUnity.Editor.Windows.Components.Settings clearUvxButton = Root.Q