Skip to content

feat: log Slack MCP Server connect URL on startup#57

Merged
mwbrooks merged 3 commits intomainfrom
mwbrooks-output-install-url
Apr 17, 2026
Merged

feat: log Slack MCP Server connect URL on startup#57
mwbrooks merged 3 commits intomainfrom
mwbrooks-output-install-url

Conversation

@mwbrooks
Copy link
Copy Markdown
Member

@mwbrooks mwbrooks commented Apr 16, 2026

Summary

This pull request logs the Slack MCP Server install URL when the OAuth HTTP server starts. When SLACK_REDIRECT_URI is set, the app derives the origin and prints a Connect the Slack MCP Server: <origin>/slack/install message, making it easy for developers to find the OAuth install link.

Testing

  • Start the app with python3 app_oauth.py (or slack run app_oauth.py) with SLACK_REDIRECT_URI set
  • Confirm the install URL is logged to the console after the "running on port" message
  • Start the app without SLACK_REDIRECT_URI set and confirm no extra log line appears
INFO:__main__:Connect the Slack MCP Server: https://7e04-136-226-130-247.ngrok-free.app/slack/install
INFO:slack_bolt.App:⚡️ Bolt app is running! (development server)

@mwbrooks mwbrooks self-assigned this Apr 16, 2026
@mwbrooks mwbrooks added the enhancement New feature or request label Apr 16, 2026
@mwbrooks mwbrooks changed the title feat: log Slack MCP Server install URL on startup feat: log Slack MCP Server connect URL on startup Apr 16, 2026
@mwbrooks mwbrooks marked this pull request as ready for review April 16, 2026 22:36
@mwbrooks mwbrooks requested a review from a team as a code owner April 16, 2026 22:36
Copy link
Copy Markdown
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌠 @mwbrooks Love to see this set of changes land together across the agents!

@mwbrooks
Copy link
Copy Markdown
Member Author

@zimeg Appreciate the reviews! 🙇🏻

@mwbrooks mwbrooks merged commit e6f2db2 into main Apr 17, 2026
8 checks passed
@mwbrooks mwbrooks deleted the mwbrooks-output-install-url branch April 17, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants