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.
main
Marcus Sanatan 2025-11-05 16:12:54 -04:00
parent 2619644a3b
commit 9b809f5363
4 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ Model Context Protocol server for Unity Editor integration. Control Unity throug
Run directly from GitHub without installation: Run directly from GitHub without installation:
```bash ```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:** **MCP Client Configuration:**
@ -34,7 +34,7 @@ uvx --from git+https://github.com/CoplayDev/unity-mcp@v6.3.0#subdirectory=Server
"command": "uvx", "command": "uvx",
"args": [ "args": [
"--from", "--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" "mcp-for-unity"
] ]
} }
@ -146,7 +146,7 @@ For complete documentation, troubleshooting, and advanced usage:
## Requirements ## Requirements
- **Python:** 3.11 or newer - **Python:** 3.10 or newer
- **Unity Editor:** 2021.3 LTS or newer - **Unity Editor:** 2021.3 LTS or newer
- **uv:** Python package manager ([Installation Guide](https://docs.astral.sh/uv/getting-started/installation/)) - **uv:** Python package manager ([Installation Guide](https://docs.astral.sh/uv/getting-started/installation/))

View File

@ -1,6 +1,6 @@
[project] [project]
name = "MCPForUnityServer" 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)." description = "MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

View File

@ -1 +1 @@
6.3.0 7.0.0

View File

@ -670,7 +670,7 @@ wheels = [
[[package]] [[package]]
name = "mcpforunityserver" name = "mcpforunityserver"
version = "6.3.0" version = "7.0.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "fastmcp" }, { name = "fastmcp" },