From 9fc974ef8be9778b19272251709bdf00ae21c259 Mon Sep 17 00:00:00 2001 From: Tobin South Date: Fri, 10 Apr 2026 15:02:18 -0700 Subject: [PATCH] Remove hosted slack plugin stub (#1305) Co-authored-by: Claude --- external_plugins/slack/.claude-plugin/plugin.json | 7 ------- external_plugins/slack/.mcp.json | 10 ---------- 2 files changed, 17 deletions(-) delete mode 100644 external_plugins/slack/.claude-plugin/plugin.json delete mode 100644 external_plugins/slack/.mcp.json diff --git a/external_plugins/slack/.claude-plugin/plugin.json b/external_plugins/slack/.claude-plugin/plugin.json deleted file mode 100644 index 0cfb22c..0000000 --- a/external_plugins/slack/.claude-plugin/plugin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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.", - "author": { - "name": "Slack" - } -} diff --git a/external_plugins/slack/.mcp.json b/external_plugins/slack/.mcp.json deleted file mode 100644 index dae2c58..0000000 --- a/external_plugins/slack/.mcp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "slack": { - "type": "http", - "url": "https://mcp.slack.com/mcp", - "oauth": { - "clientId": "1601185624273.8899143856786", - "callbackPort": 3118 - } - } -}