docs: document Slack MCP default + optional scopes#402
Open
leet-c1 wants to merge 3 commits into
Open
Conversation
Replace the vague scopes step with a two-tier "Slack scopes" section: the 14 default read scopes C1 requests automatically (public/private/DM/group-DM read + history, users, usergroups, files, pins, search), and the optional write/management/admin scopes an admin adds manually to enable those tools. Note that scope changes apply on the next connect. Wire the register step to the new section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
C1 acts as the authorizing user, not a bot. Make the scopes section explicit: add all scopes under User Token Scopes and leave Bot Token Scopes empty. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…flag) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
socialyadept
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates the Slack MCP server page to document the two scope tiers, matching the reconciled Slack connector:
Why
The default install is read-only. This page is the stopgap and long-term guide for the manual scope opt-in: it tells admins exactly which scopes to add for write/admin tools (the admin UI's scopes field is editable today; a picker that surfaces the optional tier automatically is future work).
Testing
mint broken-linksclean for this file; in-page anchor (#slack-scopes) resolves; style checked against the docs-writing guide.🤖 Generated with Claude Code