Skip to content

Commit 180b1aa

Browse files
Update versions from CoplayDev's 8.1.6 to 8.1.6.2, to mark our MCP plugin UI changes
1 parent 5f705ca commit 180b1aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Run directly from GitHub without installation:
2323

2424
```bash
2525
# HTTP (default)
26-
uvx --from git+https://github.com/prophecygamestudio/[email protected]#subdirectory=Server \
26+
uvx --from git+https://github.com/prophecygamestudio/[email protected].2#subdirectory=Server \
2727
mcp-for-unity --transport http --http-url http://localhost:8080
2828

2929
# Stdio
30-
uvx --from git+https://github.com/prophecygamestudio/[email protected]#subdirectory=Server \
30+
uvx --from git+https://github.com/prophecygamestudio/[email protected].2#subdirectory=Server \
3131
mcp-for-unity --transport stdio
3232
```
3333

@@ -52,7 +52,7 @@ uvx --from git+https://github.com/prophecygamestudio/[email protected]#subdirecto
5252
"command": "uvx",
5353
"args": [
5454
"--from",
55-
"git+https://github.com/prophecygamestudio/[email protected]#subdirectory=Server",
55+
"git+https://github.com/prophecygamestudio/[email protected].2#subdirectory=Server",
5656
"mcp-for-unity",
5757
"--transport",
5858
"stdio"

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 = "8.1.6"
3+
version = "8.1.6.2"
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"

0 commit comments

Comments
 (0)