{ "name": "basicdeploy-mcp", "version": "2.0.3", "description": "MCP server for BasicDeploy: lets AI coding agents deploy and manage containers, each with Postgres, S3-compatible storage, and a Kafka broker.", "type": "module", "mcpName": "io.github.AkaciaNL/basicdeploy-mcp", "repository": { "type": "git", "url": "git+https://github.com/AkaciaNL/basicdeploy-mcp.git" }, "homepage": "https://basicdeploy.com/docs", "bin": { "basicdeploy-mcp": "src/index.js" }, "scripts": { "start": "node src/index.js", "start:http": "node src/http-server.js" }, "files": [ "src" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "express": "^5.1.0", "jose": "^5.9.6" }, "keywords": [ "mcp", "basicdeploy", "deploy", "containers", "ai-agents", "kafka", "streaming", "postgres", "s3" ], "license": "MIT" }