File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public static void MarkSetupDismissed()
100100 /// <summary>
101101 /// Force show setup wizard (for manual invocation)
102102 /// </summary>
103- [ MenuItem ( "Window/MCP for Unity/Setup Wizard" , priority = 1 ) ]
103+ [ MenuItem ( "Window/MCP For Unity/Setup Wizard" , priority = 1 ) ]
104104 public static void ShowSetupWizardManual ( )
105105 {
106106 ShowSetupWizard ( ) ;
@@ -109,7 +109,7 @@ public static void ShowSetupWizardManual()
109109 /// <summary>
110110 /// Check dependencies and show status
111111 /// </summary>
112- [ MenuItem ( "Window/MCP for Unity/Check Dependencies" , priority = 3 ) ]
112+ [ MenuItem ( "Window/MCP For Unity/Check Dependencies" , priority = 3 ) ]
113113 public static void CheckDependencies ( )
114114 {
115115 var result = DependencyManager . CheckAllDependencies ( ) ;
@@ -141,7 +141,7 @@ public static void CheckDependencies()
141141 /// <summary>
142142 /// Open MCP Client Configuration window
143143 /// </summary>
144- [ MenuItem ( "Window/MCP for Unity/MCP Client Configuration " , priority = 4 ) ]
144+ [ MenuItem ( "Window/MCP For Unity/Open MCP Window " , priority = 4 ) ]
145145 public static void OpenClientConfiguration ( )
146146 {
147147 Windows . MCPForUnityEditorWindow . ShowWindow ( ) ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class MCPForUnityEditorWindow : EditorWindow
4545 // UI state
4646 private int selectedClientIndex = 0 ;
4747
48- [ MenuItem ( "Window/MCP for Unity" ) ]
48+ [ MenuItem ( "Window/MCP For Unity" ) ]
4949 public static void ShowWindow ( )
5050 {
5151 GetWindow < MCPForUnityEditorWindow > ( "MCP for Unity" ) ;
You can’t perform that action at this time.
0 commit comments