{ "name": "ridvay-mcp", "version": "0.8.1", "description": "MCP server that lets AI assistants (Claude, GitHub Copilot, Cursor) generate Ridvay Studio posters and designs", "type": "module", "bin": { "ridvay-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run", "start": "node dist/index.js", "prepublishOnly": "npm run build && npm test", "start:http": "node dist/http.js" }, "keywords": [ "mcp", "mcp-server", "modelcontextprotocol", "ridvay", "poster", "design", "claude", "copilot" ], "license": "MIT", "mcpName": "io.github.ridvay-ai/ridvay-mcp", "author": "Ridvay", "homepage": "https://ridvay.com", "repository": { "type": "git", "url": "git+https://github.com/tom-tgr/ridvay-mcp.git" }, "bugs": { "url": "https://github.com/tom-tgr/ridvay-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0", "vitest": "^3.0.0" } }