{
  "name": "@phototology/mcp",
  "version": "1.3.0",
  "mcpName": "@phototology/mcp",
  "description": "Persistent memory for visual intelligence. MCP server for the Phototology registry: analyze photos with composable lenses, enrich files with EXIF/IPTC/XMP metadata, and look up cached results for free. Works with local files. Analyze once. Remember forever.",
  "license": "MIT",
  "homepage": "https://phototology.com",
  "bugs": {
    "url": "https://github.com/phototology-ai/phototology/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phototology-ai/phototology.git",
    "directory": "packages/mcp"
  },
  "keywords": [
    "phototology",
    "mcp",
    "model-context-protocol",
    "ai",
    "vision",
    "photo-intelligence",
    "image-analysis",
    "registry",
    "photo-registry",
    "perceptual-hash",
    "visual-memory",
    "cache-hits",
    "delta-billing",
    "analyze-once",
    "mcp-server",
    "exif",
    "xmp",
    "iptc",
    "metadata",
    "photo-metadata",
    "local-files"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "phototology-mcp": "bin/phototology-mcp"
  },
  "files": [
    "dist",
    "bin",
    "skills",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "fast-glob": "^3.3.2",
    "zod": "^4.0.0",
    "@phototology/sdk": "1.3.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^22.0.0",
    "jest": "^30.0.0",
    "ts-jest": "^29.4.9",
    "typescript": "^5.9.0"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "jest --passWithNoTests"
  }
}