Skip to content

Commit aa47838

Browse files
authored
Rename UnityMCP to unityMCP in README (#424)
1 parent 0c2934a commit aa47838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ claude mcp add --scope user UnityMCP -- "C:/Users/USERNAME/AppData/Local/Microso
246246
```json
247247
{
248248
"mcpServers": {
249-
"UnityMCP": {
249+
"unityMCP": {
250250
"url": "http://localhost:8080/mcp"
251251
}
252252
}
@@ -285,7 +285,7 @@ Switch the Unity transport dropdown to `Stdio`, then use one of the following `c
285285
```json
286286
{
287287
"mcpServers": {
288-
"UnityMCP": {
288+
"unityMCP": {
289289
"command": "uv",
290290
"args": [
291291
"run",
@@ -305,7 +305,7 @@ Switch the Unity transport dropdown to `Stdio`, then use one of the following `c
305305
```json
306306
{
307307
"mcpServers": {
308-
"UnityMCP": {
308+
"unityMCP": {
309309
"command": "C:/Users/YOUR_USERNAME/AppData/Local/Microsoft/WinGet/Links/uv.exe",
310310
"args": [
311311
"run",

0 commit comments

Comments
 (0)