mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-17 10:33:08 +00:00
- Switch from SSE to HTTP transport - Update URL from /sse to /mcp endpoint - Add OAuth clientId and callbackPort for Claude Code auth flow
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"slack": {
|
|
"type": "http",
|
|
"url": "https://mcp.slack.com/mcp",
|
|
"oauth": {
|
|
"clientId": "1601185624273.8899143856786",
|
|
"callbackPort": 3118
|
|
}
|
|
}
|
|
}
|