@devopsagent/mcp-server
Advanced tools
+5
-0
@@ -5,2 +5,7 @@ # Changelog | ||
| ## [1.0.3] - 2026-04-07 | ||
| ### Fixed | ||
| - Add `mcp-server` bin entry so `npx @devopsagent/mcp-server` resolves correctly on all platforms (npx looks for a bin matching the unscoped package name) | ||
| ## [1.0.2] - 2026-04-07 | ||
@@ -7,0 +12,0 @@ |
+21
-7
| { | ||
| "name": "@devopsagent/mcp-server", | ||
| "mcpName": "io.github.shittuay/devops-agent", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "MCP server for DevOps Agent — manage AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, and more from any MCP-compatible AI client. 401 tools across 13 modules.", | ||
| "keywords": [ | ||
| "mcp", "mcp-server", "devops", "aws", "kubernetes", "azure", | ||
| "gcp", "terraform", "cloud", "infrastructure", "claude", | ||
| "anthropic", "automation", "model-context-protocol" | ||
| "mcp", | ||
| "mcp-server", | ||
| "devops", | ||
| "aws", | ||
| "kubernetes", | ||
| "azure", | ||
| "gcp", | ||
| "terraform", | ||
| "cloud", | ||
| "infrastructure", | ||
| "claude", | ||
| "anthropic", | ||
| "automation", | ||
| "model-context-protocol" | ||
| ], | ||
@@ -14,8 +25,11 @@ "homepage": "https://devopsagent.io", | ||
| "type": "git", | ||
| "url": "https://github.com/shittuay/DevOps-Agent" | ||
| "url": "git+https://github.com/shittuay/DevOps-Agent.git" | ||
| }, | ||
| "license": "MIT", | ||
| "engines": { "node": ">=18" }, | ||
| "engines": { | ||
| "node": ">=18" | ||
| }, | ||
| "bin": { | ||
| "devopsagent-mcp": "./bin/server.js" | ||
| "mcp-server": "bin/server.js", | ||
| "devopsagent-mcp": "bin/server.js" | ||
| }, | ||
@@ -22,0 +36,0 @@ "files": [ |
+1
-1
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", | ||
| "name": "io.github.shittuay/devops-agent", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "title": "DevOps Agent", | ||
@@ -6,0 +6,0 @@ "description": "Manage AWS, Azure, GCP, Kubernetes, CI/CD, Docker, Terraform and more. 401 tools.", |
9166
3.4%