Install
$ agentstack add skill-ivanmurzak-unity-mcp-build-cli ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Build CLI
Build the unity-mcp-cli TypeScript project and optionally link it globally.
Step 1 — Install Dependencies
cd cli && npm install
Only needed if node_modules/ is missing or package.json changed.
Step 2 — Build TypeScript
cd cli && npm run build
This compiles src/**/*.ts → dist/**/*.js via tsc.
Step 3 — Link Globally (if $ARGUMENTS contains --link or first time)
cd cli && npm link
This creates a global symlink so unity-mcp-cli is available from any terminal. Only needed once — after that, npm run build alone is sufficient.
Step 4 — Verify
unity-mcp-cli --version
Confirm the CLI is accessible and shows the expected version.
Report
Print the version and confirm success. If any step failed, show the error output.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: IvanMurzak
- Source: IvanMurzak/Unity-MCP
- License: Apache-2.0
- Homepage: https://ai-game.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.