{ "name": "@instavar/mcp-server", "version": "0.5.0", "mcpName": "com.instavar/mcp-server", "description": "Make local videos with Instavar Remotion templates for free, then add an API key for hosted Studio workflows.", "type": "module", "license": "MIT", "homepage": "https://instavar.com", "repository": { "type": "git", "url": "https://github.com/instavar/mcp-server.git" }, "bugs": { "url": "https://github.com/instavar/mcp-server/issues" }, "keywords": [ "mcp", "model-context-protocol", "instavar", "video", "claude", "codex" ], "bin": { "instavar-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.64" }, "devDependencies": { "@types/node": "^20.19.9", "tsup": "^8.3.0", "typescript": "5.8.3", "vitest": "^3.2.4" } }