Skip to content

Commit 9b809f5

Browse files
committed
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.
1 parent 2619644 commit 9b809f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Model Context Protocol server for Unity Editor integration. Control Unity throug
2222
Run directly from GitHub without installation:
2323

2424
```bash
25-
uvx --from git+https://github.com/CoplayDev/unity-mcp@v6.3.0#subdirectory=Server mcp-for-unity
25+
uvx --from git+https://github.com/CoplayDev/unity-mcp@v7.0.0#subdirectory=Server mcp-for-unity
2626
```
2727

2828
**MCP Client Configuration:**
@@ -34,7 +34,7 @@ uvx --from git+https://github.com/CoplayDev/unity-mcp@v6.3.0#subdirectory=Server
3434
"command": "uvx",
3535
"args": [
3636
"--from",
37-
"git+https://github.com/CoplayDev/unity-mcp@v6.3.0#subdirectory=Server",
37+
"git+https://github.com/CoplayDev/unity-mcp@v7.0.0#subdirectory=Server",
3838
"mcp-for-unity"
3939
]
4040
}
@@ -146,7 +146,7 @@ For complete documentation, troubleshooting, and advanced usage:
146146

147147
## Requirements
148148

149-
- **Python:** 3.11 or newer
149+
- **Python:** 3.10 or newer
150150
- **Unity Editor:** 2021.3 LTS or newer
151151
- **uv:** Python package manager ([Installation Guide](https://docs.astral.sh/uv/getting-started/installation/))
152152

Server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "MCPForUnityServer"
3-
version = "6.3.0"
3+
version = "7.0.0"
44
description = "MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
55
readme = "README.md"
66
requires-python = ">=3.10"

Server/server_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.0
1+
7.0.0

Server/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)