{ "name": "@rajsir/mcp-server-terraform", "version": "0.2.1", "description": "MCP server for managing Terraform infrastructure via Claude", "type": "module", "main": "dist/index.js", "bin": { "mcp-server-terraform": "dist/index.js" }, "scripts": { "build": "node node_modules/typescript/bin/tsc", "dev": "node node_modules/typescript/bin/tsc --watch", "start": "node dist/index.js", "test": "node node_modules/vitest/vitest.mjs run", "chat": "npx mcp-chat --server \"node dist/index.js\"" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0", "vitest": "^2.1.0" }, "keywords": [ "mcp", "terraform", "infrastructure", "claude", "ai" ], "license": "MIT", "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" }, "mcpName": "io.github.RajeevSirohi/mcp-server-terraform", "repository": { "type": "git", "url": "git+https://github.com/RajeevSirohi/mcp-server-terraform.git" }, "bugs": { "url": "https://github.com/RajeevSirohi/mcp-server-terraform/issues" }, "homepage": "https://github.com/RajeevSirohi/mcp-server-terraform#readme" }