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
parent
2619644a3b
commit
9b809f5363
|
|
@ -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/))
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
6.3.0
|
||||
7.0.0
|
||||
|
|
|
|||
|
|
@ -670,7 +670,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "mcpforunityserver"
|
||||
version = "6.3.0"
|
||||
version = "7.0.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "fastmcp" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue