Skip to content

Commit 823bae6

Browse files
committed
docs: fix escape character in README error message
1 parent 94df819 commit 823bae6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to inte
3838

3939
* `read_console`: Gets messages from or clears the console.
4040
* `manage_script`: Manages C# scripts (create, read, update, delete).
41-
* `manage_editor`: Controls and queries the editor's state and settings.
41+
* `manage_editor`: Controls and queries the editor\'s state and settings.
4242
* `manage_scene`: Manages scenes (load, save, create, get hierarchy, etc.).
4343
* `manage_asset`: Performs asset operations (import, create, modify, delete, etc.).
4444
* `manage_shader`: Performs shader CRUD operations (create, read, modify, delete).
@@ -124,13 +124,13 @@ Connect your MCP Client (Claude, Cursor, etc.) to the Python server you installe
124124

125125
1. In Unity, go to `Window > Unity MCP`.
126126
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)*.
128128

129129
**Option B: Manual Configuration**
130130

131131
If Auto-Configure fails or you use a different client:
132132

133-
1. **Find your MCP Client's configuration file.** (Check client documentation).
133+
1. **Find your MCP Client\'s configuration file.** (Check client documentation).
134134
* *Claude Example (macOS):* `~/Library/Application Support/Claude/claude_desktop_config.json`
135135
* *Claude Example (Windows):* `%APPDATA%\Claude\claude_desktop_config.json`
136136
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:
204204

205205
**For Claude Code**
206206

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:
208208

209209
**macOS:**
210210
```bash
@@ -269,7 +269,7 @@ claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Roaming/Python/Python313/S
269269

270270
### Development Tools
271271

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:
273273

274274
- **Development Deployment Scripts**: Quickly deploy and test your changes to Unity MCP Bridge and Python Server
275275
- **Automatic Backup System**: Safe testing with easy rollback capabilities
@@ -311,7 +311,7 @@ Help make Unity MCP better!
311311

312312
- **MCP Client Not Connecting / Server Not Starting:**
313313

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).
315315

316316
- **Verify uv:** Make sure `uv` is installed and working (pip show uv).
317317

@@ -321,7 +321,7 @@ Help make Unity MCP better!
321321

322322
- **Auto-Configure Failed:**
323323

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.
325325

326326

327327
</details>

0 commit comments

Comments
 (0)