{ "name": "@kumoproductions/mcp-cinema4d", "version": "0.4.3", "description": "TypeScript MCP server for Cinema 4D with generic entity CRUD, parameter-level access, undo-grouped batch ops, and security controls.", "keywords": [ "3d", "c4d", "cinema4d", "claude", "llm", "maxon", "mcp", "model-context-protocol", "vfx" ], "homepage": "https://github.com/kumoproductions/mcp-cinema4d#readme", "bugs": { "url": "https://github.com/kumoproductions/mcp-cinema4d/issues" }, "license": "MIT", "author": { "name": "kumo.productions, Inc.", "url": "https://github.com/kumoproductions" }, "repository": { "type": "git", "url": "git+https://github.com/kumoproductions/mcp-cinema4d.git" }, "bin": { "mcp-cinema4d": "dist/index.js" }, "files": [ "dist", "LICENSE", "README.md", "README.ja.md" ], "type": "module", "main": "dist/index.js", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "clean": "rimraf dist", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "typecheck:test": "tsc --noEmit -p tsconfig.test.json", "lint": "oxlint", "lint:fix": "oxlint --fix", "format": "oxfmt", "format:check": "oxfmt --check", "lint:py": "uvx ruff@0.15.11 check", "lint:py:fix": "uvx ruff@0.15.11 check --fix", "format:py": "uvx ruff@0.15.11 format", "format:py:check": "uvx ruff@0.15.11 format --check", "check:server-json": "node scripts/check-server-json.mjs", "docs:tools": "npm run build && node scripts/generate-tools-doc.mjs", "docs:tools:check": "npm run build && node scripts/generate-tools-doc.mjs --check", "check": "npm run typecheck && npm run typecheck:test && npm run lint && npm run format:check && npm run lint:py && npm run format:py:check && npm run check:server-json && npm run docs:tools:check", "prepare": "lefthook install", "prepublishOnly": "npm run build", "preversion": "node scripts/release-changelog.mjs --check", "version": "node scripts/release-changelog.mjs && node scripts/sync-server-version.mjs && git add CHANGELOG.md server.json" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^24.0.0", "lefthook": "^2.1.6", "oxfmt": "^0.45.0", "oxlint": "^1.60.0", "rimraf": "^6.1.3", "typescript": "^6.0.3", "vitest": "^4.1.4" }, "engines": { "node": ">=24.0.0" }, "mcpName": "io.github.kumoproductions/mcp-cinema4d" }