{ "name": "findme-mcp", "version": "0.7.1", "mcpName": "io.github.findmephoto/findme-mcp", "description": "Official FindMe Photo MCP server. Lets photographers drive wedding gallery operations (create events, upload photos, get analytics) from Claude, ChatGPT, Cursor, and other MCP-compatible AI clients.", "type": "module", "bin": { "findme-mcp": "./dist/index.js" }, "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./http": { "types": "./dist/http.d.ts", "import": "./dist/http.js" }, "./registry": { "types": "./dist/registry.d.ts", "import": "./dist/registry.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "node --test dist/**/*.test.js", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "findme", "findme-photo", "wedding-photography", "photo-gallery", "claude", "anthropic", "cursor" ], "author": "FindMe Photo ", "license": "MIT", "homepage": "https://findme.photo/developers/mcp", "repository": { "type": "git", "url": "git+https://github.com/findmephoto/findme-mcp.git" }, "bugs": { "url": "https://github.com/findmephoto/findme-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "sharp": "^0.35.2", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.2" } }