diff --git a/README.md b/README.md index b723b99..b4eddf4 100644 --- a/README.md +++ b/README.md @@ -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.