{ "name": "@sudomock/mcp", "version": "2.9.0", "mcpName": "io.github.sudomock/mcp", "description": "SudoMock MCP server for Claude, Cursor, and VS Code. Generate photorealistic product mockups from Photoshop PSD templates.", "keywords": [ "mcp", "model-context-protocol", "sudomock", "mockup", "psd", "claude", "cursor", "vscode" ], "homepage": "https://sudomock.com/docs/mcp", "repository": { "type": "git", "url": "https://github.com/sudomock/mcp-server.git" }, "bugs": { "url": "https://github.com/sudomock/mcp-server/issues" }, "license": "MIT", "author": "SudoMock Labs ", "type": "module", "bin": { "sudomock-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "tsc -p tsconfig.test.json && node --test \".test-build/test/**/*.test.js\"", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "1.27.1" }, "devDependencies": { "@types/node": "22.15.3", "typescript": "5.8.3" }, "engines": { "node": ">=18" } }