feat: update Slack plugin to HTTP transport with OAuth config

- Switch from SSE to HTTP transport
- Update URL from /sse to /mcp endpoint
- Add OAuth clientId and callbackPort for Claude Code auth flow
This commit is contained in:
Basil Hosmer
2026-02-17 15:07:52 -05:00
parent 2cd88e7947
commit 86c54b5466

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
}
}
}