You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After switching, open Package Manager and Refresh to re-resolve packages.
93
+
94
+
76
95
## Troubleshooting
77
96
78
97
### "Path not found" errors running the .bat file
@@ -88,4 +107,7 @@ Note: In recent builds, the Python server sources are also bundled inside the pa
88
107
### "Backup not found" errors
89
108
- Run `deploy-dev.bat` first to create initial backup
90
109
- Check backup directory permissions
91
-
- Verify backup directory path is correct
110
+
- Verify backup directory path is correct
111
+
112
+
### Windows uv path issues
113
+
- On Windows, when testing GUI clients, prefer the WinGet Links `uv.exe`; if multiple `uv.exe` exist, use "Choose UV Install Location" to pin the Links shim.
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,13 @@ Connect your MCP Client (Claude, Cursor, etc.) to the Python server you installe
124
124
125
125
1. In Unity, go to `Window > Unity MCP`.
126
126
2. Click `Auto-Setup`.
127
-
3. Look for a green status indicator 🟢 and "Connected ✓". *(This attempts to modify the MCP Client\'s config file automatically)*.
127
+
3. Look for a green status indicator 🟢 and "Connected ✓". *(This attempts to modify the MCP Client\'s config file automatically).*
128
+
129
+
Client-specific notes
130
+
131
+
- **VSCode**: uses `Code/User/mcp.json` with top-level `servers.unityMCP` and `"type": "stdio"`. On Windows, Unity MCP writes an absolute `uv.exe` (prefers WinGet Links shim) to avoid PATH issues.
132
+
- **Cursor / Windsurf**: if`uv` is missing, the Unity MCP window shows "uv Not Found" with a quick [HELP] link and a "Choose UV Install Location" button.
133
+
- **Claude Code**: if`claude` isn't found, the window shows "Claude Not Found" with [HELP] and a "Choose Claude Location" button. Unregister now updates the UI immediately.
128
134
129
135
130
136
**Option B: Manual Configuration**
@@ -137,7 +143,23 @@ If Auto-Setup fails or you use a different client:
137
143
2. **Edit the file** to add/update the `mcpServers` section, using the *exact* paths from Step 1.
138
144
139
145
<details>
140
-
<summary><strong>Click for OS-Specific JSON Configuration Snippets...</strong></summary>
146
+
<summary><strong>Click for Client-Specific JSON Configuration Snippets...</strong></summary>
0 commit comments