{ "name": "obsbot-mcp", "version": "0.7.0", "description": "Cross-platform MCP server for OBSBOT Tiny 2 (UVC) camera control", "mcpName": "io.github.lxman/obsbot-mcp", "license": "MIT", "author": "Michael Jordan", "repository": { "type": "git", "url": "git+https://github.com/lxman/obsbot-mcp.git" }, "homepage": "https://github.com/lxman/obsbot-mcp#readme", "bugs": { "url": "https://github.com/lxman/obsbot-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "obsbot", "webcam", "uvc", "ptz", "camera" ], "type": "module", "bin": { "obsbot-mcp": "dist/index.js" }, "files": [ "dist/", "native/prebuilt/" ], "engines": { "node": ">=18" }, "scripts": { "prebuild": "node scripts/sync-version.mjs", "build": "tsc -p tsconfig.json", "build:helper": "node scripts/build-helper.mjs", "build:all": "npm run build && npm run build:helper", "version": "node scripts/sync-version.mjs && git add src/version.ts server.json", "test": "vitest run", "test:watch": "vitest", "integration": "node scripts/integration/run.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0", "zod-to-json-schema": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.5.0", "vitest": "^4.1.10" }, "allowScripts": { "esbuild@0.21.5": true } }