commit
7cfb821eb3
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "unity-mcp"
|
name = "unity-mcp"
|
||||||
version = "0.1.0"
|
version = "1.0.1"
|
||||||
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
|
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.justinpbarnett.unity-mcp",
|
"name": "com.justinpbarnett.unity-mcp",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"displayName": "Unity MCP",
|
"displayName": "Unity MCP",
|
||||||
"description": "A Unity package to communicate with a local MCP Client via a Python server.",
|
"description": "A Unity package to communicate with a local MCP Client via a Python server.",
|
||||||
"unity": "2020.3",
|
"unity": "2020.3",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue