Skip to content

Commit 0e31a75

Browse files
author
Claude
committed
refactor: improve menu text and client restart tip
- Remove '(Required)' from Setup Wizard menu item for cleaner appearance - Update tip to reflect that most AI clients auto-detect configuration changes
1 parent a80e0ba commit 0e31a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UnityMcpBridge/Editor/Setup/SetupWizard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static void MarkSetupDismissed()
8888
/// <summary>
8989
/// Force show setup wizard (for manual invocation)
9090
/// </summary>
91-
[MenuItem("Window/MCP for Unity/Setup Wizard (Required)", priority = 1)]
91+
[MenuItem("Window/MCP for Unity/Setup Wizard", priority = 1)]
9292
public static void ShowSetupWizardManual()
9393
{
9494
ShowSetupWizard();

UnityMcpBridge/Editor/Setup/SetupWizardWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ private void DrawConfigureStep()
347347

348348
EditorGUILayout.Space();
349349
EditorGUILayout.HelpBox(
350-
"💡 After configuration, restart your AI client for changes to take effect.",
350+
"💡 Most AI clients will auto-detect the configuration. You may need to restart your client if it doesn't appear automatically.",
351351
MessageType.Info
352352
);
353353
}

0 commit comments

Comments
 (0)