Update README for version 9.0.3

main
dsarno 2026-01-14 15:12:00 -08:00 committed by GitHub
parent 787e667c76
commit 485292f07b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ All installations require these:
**Need a stable/fixed version?** Use a tagged URL instead (updates require uninstalling and re-installing):
```
https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#v8.6.0
https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#v9.0.3
```
#### To install via OpenUPM
@ -205,7 +205,7 @@ HTTP transport is enabled out of the box. The Unity window can launch the FastMC
You can also start the server yourself from a terminal—useful for CI or when you want to see raw logs:
```bash
uvx --from "git+https://github.com/CoplayDev/unity-mcp@v8.6.0#subdirectory=Server" mcp-for-unity --transport http --http-url http://localhost:8080
uvx --from "git+https://github.com/CoplayDev/unity-mcp@v9.0.3#subdirectory=Server" mcp-for-unity --transport http --http-url http://localhost:8080
```
Keep the process running while clients are connected.