We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82190e7 + 9c8ac7a commit 7cfb821Copy full SHA for 7cfb821
Python/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "unity-mcp"
3
-version = "0.1.0"
+version = "1.0.1"
4
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
5
readme = "README.md"
6
requires-python = ">=3.12"
package.json
{
"name": "com.justinpbarnett.unity-mcp",
- "version": "1.0.0",
+ "version": "1.0.1",
"displayName": "Unity MCP",
"description": "A Unity package to communicate with a local MCP Client via a Python server.",
"unity": "2020.3",
0 commit comments