File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
MCPForUnity/Editor/Windows Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ public class McpSettingsSection
2828 private ValidationLevel currentValidationLevel = ValidationLevel . Standard ;
2929
3030 // Events
31- public event Action OnGitUrlChanged ;
32- public event Action OnHttpServerCommandUpdateRequested ;
31+
3332
3433 // Validation levels
3534 private enum ValidationLevel
Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ public void CreateGUI()
133133 var settingsRoot = settingsTree . Instantiate ( ) ;
134134 settingsPlaceholder . Add ( settingsRoot ) ;
135135 settingsSection = new McpSettingsSection ( settingsRoot ) ;
136- settingsSection . OnGitUrlChanged += ( ) => clientConfigSection ? . UpdateManualConfiguration ( ) ;
137- settingsSection . OnHttpServerCommandUpdateRequested += ( ) => connectionSection ? . UpdateHttpServerCommandDisplay ( ) ;
138136 }
139137
140138 // 3. Connection Section
You can’t perform that action at this time.
0 commit comments