From 5730ff05c9baf36b4adc9cfeaf3037a55c162d0e Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 6 May 2026 16:43:04 -0500 Subject: [PATCH 1/2] Bump zapier plugin SHA to f34a785 --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 03c36b5d..54d47dac 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -224,7 +224,7 @@ "url": "zapier/zapier-mcp", "path": "plugins/zapier", "ref": "main", - "sha": "ecd7c7220c63a62a9702b76276b6a05f740d8c18" + "sha": "f34a7854febed415c9ef766eec1c66529ef0668e" }, "homepage": "https://github.com/zapier/zapier-mcp/tree/main/plugins/zapier" }, From cf76988ea3820457fdcf7e14d6992380934631e6 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 6 May 2026 16:43:53 -0500 Subject: [PATCH 2/2] Normalize zapier source.url to full HTTPS .git form --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 54d47dac..f63aae26 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -221,7 +221,7 @@ "category": "productivity", "source": { "source": "git-subdir", - "url": "zapier/zapier-mcp", + "url": "https://github.com/zapier/zapier-mcp.git", "path": "plugins/zapier", "ref": "main", "sha": "f34a7854febed415c9ef766eec1c66529ef0668e"