{ "name": "vibie-mcp", "version": "0.2.2", "description": "Vibie MCP server — deploy folders to vibie.page from Claude Desktop / Cursor / any MCP client.", "license": "MIT", "homepage": "https://vibie.io", "mcpName": "io.github.shdomi8599/vibie-mcp", "repository": { "type": "git", "url": "git+https://github.com/shdomi8599/vibie-mcp.git" }, "bugs": { "url": "https://github.com/shdomi8599/vibie-mcp/issues" }, "keywords": [ "vibie", "mcp", "model-context-protocol", "claude", "cursor", "vibe-coding", "static-hosting", "deploy" ], "type": "module", "main": "dist/index.js", "bin": { "vibie-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "prepack": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.5.0" } }