{ "name": "plyo-mcp", "version": "0.4.3", "description": "MCP server for Plyo — Undo and Publish for everything your AI builds. Save checkpoints, publish, restore.", "type": "module", "bin": { "plyo-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.build.json", "prepublishOnly": "tsc -p tsconfig.build.json", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "modelcontextprotocol", "plyo", "claude", "deploy", "version-control" ], "homepage": "https://plyo.dev", "repository": { "type": "git", "url": "git+https://github.com/plyo-dev/plyo-mcp.git" }, "license": "MIT", "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.2", "typescript": "^5.9.2" }, "mcpName": "io.github.plyo-dev/plyo-mcp" }