Skip to content

Commit 2f59ce1

Browse files
committed
Update setup scripts with restart note and next steps
- Add restart reminder as first step in post-setup instructions - Both install.bat and install.sh updated consistently
1 parent b79f156 commit 2f59ce1

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

install.bat

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,11 @@ echo Setup complete!
158158
echo ============================================
159159
echo.
160160
echo Next steps:
161-
echo 1. Open your project in Unreal Editor
162-
echo 2. Check Output Log for: "MCP Bridge initialized on port XXXXX"
163-
echo 3. Open your AI tool in the project directory
164-
echo 4. Try: "Use the health_check tool"
161+
echo 1. Restart your AI tool (Claude Code, Cursor, etc.) to load the new config
162+
echo 2. Open your project in Unreal Editor
163+
echo 3. Check Output Log for: "MCP Bridge initialized on port XXXXX"
164+
echo 4. Open your AI tool in the project directory
165+
echo 5. Try: "Use the health_check tool"
165166
echo.
166167
echo Docs: https://github.com/aadeshrao123/Unreal-MCP
167168
echo Help: https://github.com/aadeshrao123/Unreal-MCP/issues

install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,11 @@ echo " Setup complete!"
425425
echo " ============================================"
426426
echo ""
427427
echo " Next steps:"
428-
echo " 1. Open your project in Unreal Editor"
429-
echo " 2. Check Output Log for: \"MCP Bridge initialized on port XXXXX\""
430-
echo " 3. Open your AI tool in the project directory"
431-
echo " 4. Try: \"Use the health_check tool\""
428+
echo " 1. Restart your AI tool (Claude Code, Cursor, etc.) to load the new config"
429+
echo " 2. Open your project in Unreal Editor"
430+
echo " 3. Check Output Log for: \"MCP Bridge initialized on port XXXXX\""
431+
echo " 4. Open your AI tool in the project directory"
432+
echo " 5. Try: \"Use the health_check tool\""
432433
echo ""
433434
echo " Docs: https://github.com/aadeshrao123/Unreal-MCP"
434435
echo " Help: https://github.com/aadeshrao123/Unreal-MCP/issues"

0 commit comments

Comments
 (0)