Build the unity-mcp-cli TypeScript CLI tool and link it globally for terminal use.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Build the unity-mcp-cli TypeScript project and optionally link it globally.
cd cli && npm installOnly needed if node_modules/ is missing or package.json changed.
cd cli && npm run buildThis compiles src/**/*.ts → dist/**/*.js via tsc.
$ARGUMENTS contains --link or first time)cd cli && npm linkThis creates a global symlink so unity-mcp-cli is available from any terminal. Only needed once — after that, npm run build alone is sufficient.
unity-mcp-cli --versionConfirm the CLI is accessible and shows the expected version.
Print the version and confirm success. If any step failed, show the error output.
eb063cf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.