@akiojin/unity-mcp-server 2.40.0 → 2.40.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akiojin/unity-mcp-server",
|
|
3
|
-
"version": "2.40.
|
|
3
|
+
"version": "2.40.2",
|
|
4
4
|
"description": "MCP server and Unity Editor bridge — enables AI assistants to control Unity for AI-assisted workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/core/server.js",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"simulate:code-index": "node scripts/simulate-code-index-status.mjs",
|
|
27
27
|
"test:verbose": "VERBOSE_TEST=true node --test tests/**/*.test.js",
|
|
28
28
|
"prepare": "cd .. && husky || true",
|
|
29
|
-
"prepublishOnly": "
|
|
29
|
+
"prepublishOnly": "npm run test:ci",
|
|
30
30
|
"postinstall": "chmod +x bin/unity-mcp-server || true",
|
|
31
31
|
"test:ci:unity": "timeout 60 node --test tests/unit/core/codeIndex.test.js tests/unit/core/codeIndexDb.test.js tests/unit/core/config.test.js tests/unit/core/indexWatcher.test.js tests/unit/core/projectInfo.test.js tests/unit/core/server.test.js || exit 0",
|
|
32
32
|
"test:unity": "node tests/run-unity-integration.mjs",
|
|
33
|
-
"test:nounity": "
|
|
33
|
+
"test:nounity": "npm run test:integration",
|
|
34
34
|
"test:ci:integration": "CI=true NODE_ENV=test node --test tests/integration/code-index-background.test.js"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
@@ -60,11 +60,6 @@
|
|
|
60
60
|
"url": "https://github.com/akiojin/unity-mcp-server.git",
|
|
61
61
|
"directory": "mcp-server"
|
|
62
62
|
},
|
|
63
|
-
"pnpm": {
|
|
64
|
-
"onlyBuiltDependencies": [
|
|
65
|
-
"better-sqlite3"
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
63
|
"homepage": "https://github.com/akiojin/unity-mcp-server#readme",
|
|
69
64
|
"bugs": {
|
|
70
65
|
"url": "https://github.com/akiojin/unity-mcp-server/issues"
|