mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
add required OAuth scopes for Slack MCP
This commit is contained in:
parent
0cc2475f6b
commit
225236e6f1
1 changed files with 8 additions and 0 deletions
|
|
@ -46,6 +46,14 @@ MCP_SERVICES: dict[str, MCPServiceConfig] = {
|
||||||
supports_dcr=False,
|
supports_dcr=False,
|
||||||
client_id_env="SLACK_CLIENT_ID",
|
client_id_env="SLACK_CLIENT_ID",
|
||||||
client_secret_env="SLACK_CLIENT_SECRET",
|
client_secret_env="SLACK_CLIENT_SECRET",
|
||||||
|
scopes=[
|
||||||
|
"search:read.public", "search:read.private", "search:read.mpim",
|
||||||
|
"search:read.im", "search:read.files", "search:read.users",
|
||||||
|
"chat:write", "channels:history", "groups:history",
|
||||||
|
"mpim:history", "im:history",
|
||||||
|
"canvases:read", "canvases:write",
|
||||||
|
"users:read", "users:read.email",
|
||||||
|
],
|
||||||
),
|
),
|
||||||
"airtable": MCPServiceConfig(
|
"airtable": MCPServiceConfig(
|
||||||
name="Airtable",
|
name="Airtable",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue