Rename UnityMCP to unityMCP in README (#424)

main
dino 2025-12-05 01:09:18 +09:00 committed by GitHub
parent 0c2934a9c4
commit aa47838bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -246,7 +246,7 @@ claude mcp add --scope user UnityMCP -- "C:/Users/USERNAME/AppData/Local/Microso
```json ```json
{ {
"mcpServers": { "mcpServers": {
"UnityMCP": { "unityMCP": {
"url": "http://localhost:8080/mcp" "url": "http://localhost:8080/mcp"
} }
} }
@ -285,7 +285,7 @@ Switch the Unity transport dropdown to `Stdio`, then use one of the following `c
```json ```json
{ {
"mcpServers": { "mcpServers": {
"UnityMCP": { "unityMCP": {
"command": "uv", "command": "uv",
"args": [ "args": [
"run", "run",
@ -305,7 +305,7 @@ Switch the Unity transport dropdown to `Stdio`, then use one of the following `c
```json ```json
{ {
"mcpServers": { "mcpServers": {
"UnityMCP": { "unityMCP": {
"command": "C:/Users/YOUR_USERNAME/AppData/Local/Microsoft/WinGet/Links/uv.exe", "command": "C:/Users/YOUR_USERNAME/AppData/Local/Microsoft/WinGet/Links/uv.exe",
"args": [ "args": [
"run", "run",