mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-11 14:05:52 -03:00
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:
commit
261ce4fba4
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user