Add Slack MCP tab for native hosted MCP server#424
Closed
socialyadept wants to merge 1 commit into
Closed
Conversation
Slack now supports two connection paths, mirroring the Notion MCP pattern: C1's own API-backed MCP server, or Slack's own hosted MCP server registered as a downstream server. Adds the native MCP tab (default) covering the Enable MCP prerequisite, the user-token OAuth flow, and the static-token bearer fallback, alongside the existing API tab. Co-authored-by: c1-squire-dev[bot] <c1-squire-dev[bot]@users.noreply.github.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Superseded by #427 — combining all the native-MCP-tab PRs into a single PR per request. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
oauth/v2_user/authorize+oauth.v2.user.accessendpoints, not the classic bot-token pair), the static user-token bearer fallback, scopes, credential sharing, tool discovery/governance, and access management.Slack→Slack API) and disambiguation note, so the two catalog entries are clearly distinguished — mirroring the equivalent edits made for Notion.Test plan
https://mcp.slack.com/.well-known/oauth-authorization-serverand.../oauth-protected-resourcelive — confirmauthorize_url/token_urlmatch the user-token endpoints used in the doc.https://docs.slack.dev/ai/slack-mcp-server,https://docs.slack.dev/authentication/installing-with-oauth/, andhttps://api.slack.com/appslive.<Tabs>/<Tab>/<Steps>/<Step>/<Note>tag balance (1/2/5/21/7, all matched open/close).#register-an-mcp-server,#configure-authentication,#require-tool-approval,#default-tool-classification,#slack-mcp-scopes,#slack-scopes) resolve.product/admin/mcp-servers.mdx; confirmed dynamic client registration is not applicable to Slack MCP and isn't referenced.🤖 Generated with Claude Code