{ "name": "antideploy-mcp", "version": "0.1.3", "mcpName": "com.antideploy/antideploy-mcp", "description": "Deploy an application to Antideploy from a coding agent. MCP server and CLI.", "type": "module", "bin": { "antideploy-mcp": "index.js" }, "main": "index.js", "files": [ "index.js", "README.md" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "deploy", "deployment", "paas", "claude", "cursor", "coding-agent", "antideploy" ], "license": "MIT", "author": "Antideploy", "repository": { "type": "git", "url": "git+https://github.com/antideploy/antideploy-mcp.git" }, "homepage": "https://antideploy.com/docs/deploying/mcp", "bugs": { "url": "https://github.com/antideploy/antideploy-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "tar": "^7.0.0", "zod": "^4.4.3" } }