Skip to content

Commit 86a8570

Browse files
authored
Merge pull request #189 from anthropics/basil/slack-oauth-client-id
fix(mcp): add Slack OAuth clientId to all role plugins
2 parents 3b505c1 + 39a57c5 commit 86a8570

12 files changed

Lines changed: 60 additions & 12 deletions

File tree

customer-support/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"intercom": {
812
"type": "http",

design/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"figma": {
812
"type": "http",

engineering/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"linear": {
812
"type": "http",

enterprise-search/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"notion": {
812
"type": "http",

finance/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
},
1515
"slack": {
1616
"type": "http",
17-
"url": "https://mcp.slack.com/mcp"
17+
"url": "https://mcp.slack.com/mcp",
18+
"oauth": {
19+
"clientId": "1601185624273.8899143856786",
20+
"callbackPort": 3118
21+
}
1822
},
1923
"ms365": {
2024
"type": "http",

human-resources/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"google calendar": {
812
"type": "http",

legal/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"box": {
812
"type": "http",

marketing/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"canva": {
812
"type": "http",

operations/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"google calendar": {
812
"type": "http",

product-management/.mcp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"slack": {
44
"type": "http",
5-
"url": "https://mcp.slack.com/mcp"
5+
"url": "https://mcp.slack.com/mcp",
6+
"oauth": {
7+
"clientId": "1601185624273.8899143856786",
8+
"callbackPort": 3118
9+
}
610
},
711
"linear": {
812
"type": "http",

0 commit comments

Comments
 (0)