From 9b809f53636611f9a300c29668a9bd28d57b296e Mon Sep 17 00:00:00 2001 From: Marcus Sanatan Date: Wed, 5 Nov 2025 16:12:54 -0400 Subject: [PATCH] Manually bump the server to v7 We're still testing the uvx configuration. By updating the version beforehand, when we test with uvx on v7.0.0 - it should work. Ideally by the next PR this will be out. --- Server/README.md | 6 +++--- Server/pyproject.toml | 2 +- Server/server_version.txt | 2 +- Server/uv.lock | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Server/README.md b/Server/README.md index 373f554..0eb021b 100644 --- a/Server/README.md +++ b/Server/README.md @@ -22,7 +22,7 @@ Model Context Protocol server for Unity Editor integration. Control Unity throug Run directly from GitHub without installation: ```bash -uvx --from git+https://github.com/CoplayDev/unity-mcp@v6.3.0#subdirectory=Server mcp-for-unity +uvx --from git+https://github.com/CoplayDev/unity-mcp@v7.0.0#subdirectory=Server mcp-for-unity ``` **MCP Client Configuration:** @@ -34,7 +34,7 @@ uvx --from git+https://github.com/CoplayDev/unity-mcp@v6.3.0#subdirectory=Server "command": "uvx", "args": [ "--from", - "git+https://github.com/CoplayDev/unity-mcp@v6.3.0#subdirectory=Server", + "git+https://github.com/CoplayDev/unity-mcp@v7.0.0#subdirectory=Server", "mcp-for-unity" ] } @@ -146,7 +146,7 @@ For complete documentation, troubleshooting, and advanced usage: ## Requirements -- **Python:** 3.11 or newer +- **Python:** 3.10 or newer - **Unity Editor:** 2021.3 LTS or newer - **uv:** Python package manager ([Installation Guide](https://docs.astral.sh/uv/getting-started/installation/)) diff --git a/Server/pyproject.toml b/Server/pyproject.toml index 776180d..0dab5fa 100644 --- a/Server/pyproject.toml +++ b/Server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MCPForUnityServer" -version = "6.3.0" +version = "7.0.0" description = "MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)." readme = "README.md" requires-python = ">=3.10" diff --git a/Server/server_version.txt b/Server/server_version.txt index 798e389..66ce77b 100644 --- a/Server/server_version.txt +++ b/Server/server_version.txt @@ -1 +1 @@ -6.3.0 +7.0.0 diff --git a/Server/uv.lock b/Server/uv.lock index 9229089..6e9419b 100644 --- a/Server/uv.lock +++ b/Server/uv.lock @@ -670,7 +670,7 @@ wheels = [ [[package]] name = "mcpforunityserver" -version = "6.3.0" +version = "7.0.0" source = { editable = "." } dependencies = [ { name = "fastmcp" },