You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(slack-advanced): resolve channel by name trying public and private separately
conversations.list with types 'public_channel,private_channel' fails with
missing_scope when the token lacks groups:read. Now tries public first,
then private, swallowing scope errors gracefully.
Copy file name to clipboardExpand all lines: packages/slack-advanced/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@arvoretech/slack-advanced-mcp",
3
-
"version": "1.3.0",
3
+
"version": "1.3.1",
4
4
"description": "Advanced Slack MCP Server with semantic user search, smart DMs, style analysis, thread extraction, audio transcription, and image analysis",
0 commit comments