Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

feat: Plugin for posting updates to a Slack channel [SC-34358] - #220

Merged
tvdaptible merged 1 commit into
mainfrom
sc-34358
Oct 17, 2025
Merged

feat: Plugin for posting updates to a Slack channel [SC-34358]#220
tvdaptible merged 1 commit into
mainfrom
sc-34358

Conversation

@mjp

@mjp mjp commented Oct 8, 2025

Copy link
Copy Markdown
Contributor

This plugin uses the Slack "incoming webhook" functionality to post updates to Slack channels. A new MCP tool is defined for each Slack channel configured.

plugins:
  slack:
    enabled: true
    settings:
      channels:
        - name: alerts
          description: Send an update to the alerts Slack channel
          webhook_url: https://hooks.slack.com/services/...
$ unpage mcp tools call slack_post_to_alerts --arguments '["test message", "Unpage"]'
Successfully posted message to #alerts
Screenshot 2025-10-08 at 10 26 56 AM

@mjp
mjp requested a review from eabruzzese October 8, 2025 14:29

@tvdaptible tvdaptible left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

woo thank you! i'll make a separate pr that adds docs and interactive config.

@tvdaptible
tvdaptible merged commit ba4e3c6 into main Oct 17, 2025
8 checks passed
@tvdaptible
tvdaptible deleted the sc-34358 branch October 17, 2025 22:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants