Selaa lähdekoodia

Add deploy-on-aws to marketplace

Tobin South 6 kuukautta sitten
vanhempi
sitoutus
b90a056130
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12 0
      .claude-plugin/marketplace.json

+ 12 - 0
.claude-plugin/marketplace.json

@@ -684,6 +684,18 @@
         "url": "https://github.com/semgrep/mcp-marketplace.git"
       },
       "homepage": "https://github.com/semgrep/mcp-marketplace.git"
+    },
+    {
+      "name": "deploy-on-aws",
+      "description": "Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.",
+      "category": "deployment",
+      "source": {
+        "source": "git-subdir",
+        "url": "https://github.com/awslabs/agent-plugins.git",
+        "path": "plugins/deploy-on-aws",
+        "ref": "main"
+      },
+      "homepage": "https://github.com/awslabs/agent-plugins"
     }
   ]
 }