Unity MCP Server

{ "name": "unity-mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for Unity projects", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "smithery:start": "node dist/index.js --smithery", "test": "jest", "lint": "eslint . --ext .ts" }, "author": "MCP-Unity Team", "license": "MIT", "dependencies": { "config": "^3.3.9", "express": "^4.18.2", "fs-extra": "^11.1.1", "glob": "^10.3.10", "js-yaml": "^4.1.0", "winston": "^3.10.0", "ws": "^8.13.0", "yargs": "^17.7.2" }, "devDependencies": { "@types/config": "^3.3.0", "@types/express": "^4.17.17", "@types/fs-extra": "^11.0.1", "@types/jest": "^29.5.3", "@types/js-yaml": "^4.0.5", "@types/node": "^20.4.5", "@types/ws": "^8.5.5", "@types/yargs": "^17.0.24", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint": "^8.46.0", "jest": "^29.6.2", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.1.6" } }