mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-16 22:23:07 +00:00
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:
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"slack": {
|
"slack": {
|
||||||
"type": "sse",
|
"type": "http",
|
||||||
"url": "https://mcp.slack.com/sse"
|
"url": "https://mcp.slack.com/mcp",
|
||||||
|
"oauth": {
|
||||||
|
"clientId": "1601185624273.8899143856786",
|
||||||
|
"callbackPort": 3118
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user