4 Commits

Author SHA1 Message Date
Elliot Klein 181c4f6ff5 Remove broken Microsoft 365 http entries from role plugin manifests (#285)
The ms365 / microsoft-365 entries ship M365 as a manual type:http MCP
server. That auth path cannot succeed: the M365 server's OAuth client
registration only permits the claude.ai callback, so any client-initiated
OAuth flow (localhost or claude:// redirect) is rejected by the identity
provider before the consent screen ever shows (AADSTS50011).

Users connect Microsoft 365 through the claude.ai Connectors directory
instead, which uses the registered callback and works. Plugin skills
reference tools via ~~category placeholders (see CONNECTORS.md), not the
ms365 server key, so no content changes are needed.

Bumps each touched plugin's version so the update distributes to
existing installs.

Co-authored-by: Claude <noreply@anthropic.com>
2026-06-02 18:58:45 +01:00
Bryan Thompson 3dc15bdb60 Add Zoom partner plugin (zoom-plugin) (#174)
Official Zoom plugin with 30 skills covering the Zoom Developer Platform:
REST APIs, Meeting SDK, Video SDK, webhooks, OAuth, bots, and MCP workflows.
Bundles 3 remote MCP connectors (meetings, docs, whiteboard) hosted at zoom.us.

Zoom MCP connector passed internal review (Anthony Bibbs, 2026-04-07).

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 00:28:06 +01:00
Tobin South 808d53d823 Update partner plugin descriptions to align with submitted copy
- Apollo: updated to reflect the 3 pre-built skill workflows (enrich, prospect, sequence load)
- Brand Voice (Tribe AI): updated to submitted copy emphasizing guardrails and brand consistency
- Slack (Salesforce): updated to reflect official Slack MCP server and Cowork focus

Common Room was already up to date.
2026-02-24 00:38:04 -08:00
Matt Piccolella 4fa3cb92e2 Big round of pushes 2026-02-23 19:08:12 -05:00