Parcourir la source

Add zoom-plugin to official marketplace (#1313)

Promotes zoom-plugin from community-internal (PR #1567, merged
2026-04-07) to official. Uses url source pointing at
github.com/zoom/zoom-plugin without a SHA pin to track upstream.

Ref: DIR-77, DIR-79
Tobin South il y a 5 mois
Parent
commit
98c01d3fbf
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      .claude-plugin/marketplace.json

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

@@ -1465,6 +1465,16 @@
         "sha": "b93007e9a726c6ee93c57a949e732744ef5acbfd"
         "sha": "b93007e9a726c6ee93c57a949e732744ef5acbfd"
       },
       },
       "homepage": "https://github.com/zapier/zapier-mcp/tree/main/plugins/zapier"
       "homepage": "https://github.com/zapier/zapier-mcp/tree/main/plugins/zapier"
+    },
+    {
+      "name": "zoom-plugin",
+      "description": "Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.",
+      "category": "development",
+      "source": {
+        "source": "url",
+        "url": "https://github.com/zoom/zoom-plugin.git"
+      },
+      "homepage": "https://developers.zoom.us/"
     }
     }
   ]
   ]
 }
 }