From 485292f07ba9fb340692eb7386a1c2f36fb55dde Mon Sep 17 00:00:00 2001 From: dsarno Date: Wed, 14 Jan 2026 15:12:00 -0800 Subject: [PATCH] Update README for version 9.0.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.