Merge pull request #70 from justinpbarnett/bugfix/prompt-cleanup

version update
main
Justin P Barnett 2025-03-31 21:18:28 -04:00 committed by GitHub
commit 7cfb821eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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",