diff --git a/MCPForUnity/UnityMcpServer~/src/pyproject.toml b/MCPForUnity/UnityMcpServer~/src/pyproject.toml index 20ba768..d1fa8a2 100644 --- a/MCPForUnity/UnityMcpServer~/src/pyproject.toml +++ b/MCPForUnity/UnityMcpServer~/src/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MCPForUnityServer" -version = "6.2.4" +version = "6.2.5" 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" diff --git a/MCPForUnity/UnityMcpServer~/src/server_version.txt b/MCPForUnity/UnityMcpServer~/src/server_version.txt index 42cc526..a6534bb 100644 --- a/MCPForUnity/UnityMcpServer~/src/server_version.txt +++ b/MCPForUnity/UnityMcpServer~/src/server_version.txt @@ -1 +1 @@ -6.2.4 +6.2.5 diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json index 7c8bd5a..0b66535 100644 --- a/MCPForUnity/package.json +++ b/MCPForUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.coplaydev.unity-mcp", - "version": "6.2.4", + "version": "6.2.5", "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", "unity": "2021.3",