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
@@ -124,13 +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 Configure` on the IDE you uses.
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
128
129
129
**Option B: Manual Configuration**
130
130
131
131
If Auto-Configure fails or you use a different client:
132
132
133
-
1. **Find your MCP Client's configuration file.** (Check client documentation).
133
+
1. **Find your MCP Client\'s configuration file.** (Check client documentation).
134
134
**Claude Example (macOS):*`~/Library/Application Support/Claude/claude_desktop_config.json`
135
135
**Claude Example (Windows):*`%APPDATA%\Claude\claude_desktop_config.json`
136
136
2. **Edit the file** to add/update the `mcpServers` section, using the *exact* paths from Step 1.
@@ -204,7 +204,7 @@ If Auto-Configure fails or you use a different client:
204
204
205
205
**For Claude Code**
206
206
207
-
If you're using Claude Code, you can register the MCP server using these commands:
207
+
If you\'re using Claude Code, you can register the MCP server using these commands:
208
208
209
209
**macOS:**
210
210
```bash
@@ -269,7 +269,7 @@ claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Roaming/Python/Python313/S
269
269
270
270
### Development Tools
271
271
272
-
If you're contributing to Unity MCP or want to test core changes, we have development tools to streamline your workflow:
272
+
If you\'re contributing to Unity MCP or want to test core changes, we have development tools to streamline your workflow:
273
273
274
274
- **Development Deployment Scripts**: Quickly deploy and test your changes to Unity MCP Bridge and Python Server
275
275
- **Automatic Backup System**: Safe testing with easy rollback capabilities
@@ -311,7 +311,7 @@ Help make Unity MCP better!
311
311
312
312
- **MCP Client Not Connecting / Server Not Starting:**
313
313
314
-
- **Verify Server Path:** Double-check the --directory path in your MCP Client's JSON config. It must exactly match the location where you cloned the UnityMCP repository in Installation Step 1 (e.g., .../Programs/UnityMCP/UnityMcpServer/src).
314
+
- **Verify Server Path:** Double-check the --directory path in your MCP Client\'s JSON config. It must exactly match the location where you cloned the UnityMCP repository in Installation Step 1 (e.g., .../Programs/UnityMCP/UnityMcpServer/src).
315
315
316
316
- **Verify uv:** Make sure `uv` is installed and working (pip show uv).
317
317
@@ -321,7 +321,7 @@ Help make Unity MCP better!
321
321
322
322
- **Auto-Configure Failed:**
323
323
324
-
- Use the Manual Configuration steps. Auto-configure might lack permissions to write to the MCP client's config file.
324
+
- Use the Manual Configuration steps. Auto-configure might lack permissions to write to the MCP client\'s config file.
0 commit comments