unity-mcp/package.json

11 lines
293 B
JSON
Raw Normal View History

2025-03-18 19:00:50 +08:00
{
2025-03-19 04:06:48 +08:00
"name": "com.justinpbarnett.unity-mcp",
2025-03-19 08:38:24 +08:00
"version": "0.1.4",
2025-03-18 19:00:50 +08:00
"displayName": "Unity MCP Server",
"description": "A Unity package to communicate with a local MCP Client via a Python server.",
2025-03-19 08:38:24 +08:00
"unity": "2022.3",
2025-03-18 19:00:50 +08:00
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
}
}