From b90a056130ea4ef495d927927afd026f1d6ee840 Mon Sep 17 00:00:00 2001 From: Tobin South Date: Tue, 10 Mar 2026 06:19:37 +0000 Subject: [PATCH] Add deploy-on-aws to marketplace --- .claude-plugin/marketplace.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 82a986d..d4edfe7 100644 --- a/.claude-plugin/marketplace.json +++ b/.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" } ] }