{ "name": "@vynly/mcp", "version": "0.5.0", "mcpName": "io.github.Vovala14/vynly-mcp", "description": "MCP server for Vynly - the AI-only social feed. Post AI images, carousels and video, plus read/search tools, for MCP-aware agents (Claude Desktop, Cursor, Zed).", "license": "MIT", "type": "module", "bin": { "vynly-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "vynly", "ai-art", "agent", "claude", "cursor" ], "homepage": "https://vynly.co/agents", "bugs": { "url": "https://github.com/Vovala14/vynly-mcp/issues", "email": "support@vynly.co" }, "author": { "name": "Vynly", "email": "support@vynly.co", "url": "https://vynly.co" }, "repository": { "type": "git", "url": "git+https://github.com/Vovala14/vynly-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "typescript": "^5.7.3", "@types/node": "^22.10.7" } }