{ "name": "ellmos-blender-use-mcp", "version": "0.1.0-alpha.9", "mcpName": "io.github.ellmos-ai/ellmos-blender-use-mcp", "description": "Local-first, add-on-free MCP asset QA for headless Blender: executable discovery, bounded background scripts, structural FBX reimport checks, and four-view visual verification", "type": "module", "main": "src/index.js", "bin": { "ellmos-blender-use": "src/index.js" }, "files": [ "src/", "scripts/verify_asset_visual.py", "LICENSE", "README.md", "README_de.md", "SECURITY.md", "THIRD_PARTY_LICENSES.md", "server.json", "glama.json", "smithery.yaml", "llms.txt", "CHANGELOG.md" ], "scripts": { "build": "node --check src/index.js", "test": "node test/privacy-hygiene.test.js && node test/runtime-safety.test.js && node test/tool-surface.test.js && node test/blender-resolution.test.js && node test/manifest-parity.test.js", "start": "node src/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "blender", "bpy", "fbx", "glb", "asset-pipeline", "asset-qa", "asset-verification", "reimport-check", "headless", "local-first", "ellmos", "glama", "visual-verification", "render", "geometry-check" ], "author": "Lukas Geiger", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ellmos-ai/ellmos-blender-use-mcp.git" }, "bugs": { "url": "https://github.com/ellmos-ai/ellmos-blender-use-mcp/issues" }, "homepage": "https://github.com/ellmos-ai/ellmos-blender-use-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "update-notifier": "^7.3.1", "zod": "^3.23.8" }, "overrides": { "@hono/node-server": "^2.0.5", "hono": "^4.12.31", "vitest": "^3.2.6" }, "engines": { "node": ">=18.0.0" } }