chore: bump version to 9.0.5

main
GitHub Actions 2026-01-14 23:46:48 +00:00
parent 6b87f603aa
commit 8df89587ec
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "com.coplaydev.unity-mcp", "name": "com.coplaydev.unity-mcp",
"version": "9.0.4", "version": "9.0.5",
"displayName": "MCP for Unity", "displayName": "MCP for Unity",
"description": "A bridge that connects AI assistants to Unity via the MCP (Model Context Protocol). Allows AI clients like Claude Code, Cursor, and VSCode to directly control your Unity Editor for enhanced development workflows.\n\nFeatures automated setup wizard, cross-platform support, and seamless integration with popular AI development tools.\n\nJoin Our Discord: https://discord.gg/y4p8KfzrN4", "description": "A bridge that connects AI assistants to Unity via the MCP (Model Context Protocol). Allows AI clients like Claude Code, Cursor, and VSCode to directly control your Unity Editor for enhanced development workflows.\n\nFeatures automated setup wizard, cross-platform support, and seamless integration with popular AI development tools.\n\nJoin Our Discord: https://discord.gg/y4p8KfzrN4",
"unity": "2021.3", "unity": "2021.3",

View File

@ -69,7 +69,7 @@ Use this to run the latest released version from the repository. Change the vers
"command": "uvx", "command": "uvx",
"args": [ "args": [
"--from", "--from",
"git+https://github.com/CoplayDev/unity-mcp@v9.0.4#subdirectory=Server", "git+https://github.com/CoplayDev/unity-mcp@v9.0.5#subdirectory=Server",
"mcp-for-unity", "mcp-for-unity",
"--transport", "--transport",
"stdio" "stdio"

View File

@ -1,6 +1,6 @@
[project] [project]
name = "mcpforunityserver" name = "mcpforunityserver"
version = "9.0.4" version = "9.0.5"
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"
license = "MIT" license = "MIT"