Merge pull request #406 from anthropics/basil/slack-oauth-config

feat: update Slack plugin to HTTP transport with OAuth config
This commit is contained in:
bhosmer-ant
2026-02-17 15:27:13 -05:00
committed by GitHub

View File

@@ -1,6 +1,10 @@
{
"slack": {
"type": "sse",
"url": "https://mcp.slack.com/sse"
"type": "http",
"url": "https://mcp.slack.com/mcp",
"oauth": {
"clientId": "1601185624273.8899143856786",
"callbackPort": 3118
}
}
}