feat: show Slack MCP Server status on App Home in Socket Mode#58
Merged
feat: show Slack MCP Server status on App Home in Socket Mode#58
Conversation
When running in Socket Mode, the App Home now displays the Slack MCP Server as disconnected with a link to the README section on how to enable it. Previously, the MCP status was hidden in Socket Mode.
zimeg
approved these changes
Apr 17, 2026
Member
zimeg
left a comment
There was a problem hiding this comment.
🎉 LGTM! LGTM! We might want to merge this after slack-samples/bolt-python-starter-agent#9 but no blockers-
Comment on lines
+42
to
+44
| mcp_section = next(t for t in section_texts if "Slack MCP Server" in t) | ||
| assert "disconnected" in mcp_section | ||
| assert "Learn how to enable" in mcp_section |
Member
There was a problem hiding this comment.
🧪 praise: Thanks as always for keeping our tests good @mwbrooks!
Member
Author
|
@zimeg Thank you, thank you! Tireless reviews on a Friday morning 📰 🙇🏻 |
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
This pull request always shows the Slack MCP Server connection status on the App Home, including when the app is running in Socket Mode.
SLACK_CLIENT_ID). Now it displays as disconnected with a "Learn how to enable the Slack MCP Server" link pointing to the README.Preview
Testing
slack runorpython3 app.py) and confirm the MCP status shows as disconnected with a learn-more link.