From eb2cb9537968e3307208a4fe2fd86ef83cddb16a Mon Sep 17 00:00:00 2001 From: Dickson Tsai Date: Mon, 23 Feb 2026 21:32:54 -0800 Subject: [PATCH] Point slack plugin to Slack's official repo --- .claude-plugin/marketplace.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f50c936..82a986d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -546,8 +546,11 @@ "name": "slack", "description": "Slack workspace integration. Search messages, access channels, read threads, and stay connected with your team's communications while coding. Find relevant discussions and context quickly.", "category": "productivity", - "source": "./external_plugins/slack", - "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/slack" + "source": { + "source": "url", + "url": "https://github.com/slackapi/slack-mcp-plugin.git" + }, + "homepage": "https://github.com/slackapi/slack-mcp-plugin/tree/main" }, { "name": "vercel",