docs: update MCP auto-expansion list for Slack - #749
Open
tembo[bot] wants to merge 1 commit into
Open
tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
Conversation
Slack is auto-enabled in sessions alongside GitHub, Linear, Sentry, and Postgres (monorepo PR tembo/monorepo#11106).
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
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 changed
Added Slack to the list of integrations whose MCP servers are enabled automatically in sessions (
integrations/mcp.mdx), alongside GitHub, Linear, Sentry, and Postgres.Why
Slack MCP auto-expansion had been silently disabled by an explicit exclusion in the expansion logic, and the docs never listed Slack in the first place. tembo/monorepo#11106 removed that exclusion, restoring the intended behavior (originally introduced by tembo/monorepo#9927), so agents now receive the organization's configured Slack tools automatically like other integrations.
Evidence
integrationType === 'slack'skip inapps/api/src/agent/sandbox/mcpExpansion.ts, and updatesapps/api/tests/sandbox/setupMcpServers.test.tsto assertslack-primaryis included in auto-expansion.Confidence
This is a direct, narrow correction: the code change is merged and covered by a test that explicitly asserts the previously-documented gap (Slack not auto-enabling) is fixed. No wording/positioning judgment calls were needed — only adding the integration name Slack already uses elsewhere in the docs.
cc @benja
Note
Low Risk
Documentation-only wording change with no runtime or security impact.
Overview
Updates the MCP integration docs so Slack appears alongside GitHub, Linear, Sentry, and Postgres in the bullet that describes integrations whose MCP servers are enabled automatically in agent sessions.
This aligns user-facing documentation with restored product behavior (Slack is no longer excluded from organization MCP auto-expansion).
Reviewed by Cursor Bugbot for commit 7c5a775. Bugbot is set up for automated code reviews on this repo. Configure here.