{ "name": "ocular-mcp", "version": "0.1.0", "mcpName": "io.github.xyun1996/ocular", "description": "MCP server that gives coding agents vision through OpenAI-compatible multimodal models, with reliable binary image uploads for remote deployments.", "license": "MIT", "author": "xyun1996", "homepage": "https://github.com/xyun1996/ocular#readme", "repository": { "type": "git", "url": "git+https://github.com/xyun1996/ocular.git" }, "bugs": { "url": "https://github.com/xyun1996/ocular/issues" }, "keywords": [ "mcp", "model-context-protocol", "vision", "multimodal", "coding-agent", "image-analysis", "typescript" ], "type": "module", "bin": { "ocular": "dist/index.js" }, "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest", "dev": "tsx src/index.ts", "check": "npm run build && npm test && node --check scripts/provider-smoke.mjs && node --check scripts/benchmark-fixtures.mjs && node scripts/check-registry-metadata.mjs", "smoke:provider": "npm run build && node scripts/provider-smoke.mjs", "bench:fixtures": "npm run build && node scripts/benchmark-fixtures.mjs", "prepublishOnly": "npm run check" }, "engines": { "node": ">=20" }, "files": [ "dist", "README.md", ".env.example", "LICENSE" ], "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "dotenv": "^16.4.7", "express": "^5.2.1", "zod": "^3.24.1" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^22.10.2", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^2.1.8" } }