【迁移】迁移Codex Unity MCP工具到UnityAI

This commit is contained in:
Shiliang
2026-07-03 15:04:38 +08:00
parent 5e5b9f8c80
commit b213e39b28
7 changed files with 1266 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "codex-unity-mcp",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Local MCP server that exposes CrystalBattle Unity Editor commands to Codex.",
"main": "src/server.mjs",
"scripts": {
"start": "node src/server.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"zod": "^3.25.76"
},
"engines": {
"node": ">=20"
}
}