mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 12:52:39 +02:00
restore full Slack MCP scopes for all MCP tools
This commit is contained in:
parent
225236e6f1
commit
3638d72b29
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ MCP_SERVICES: dict[str, MCPServiceConfig] = {
|
||||||
scopes=[
|
scopes=[
|
||||||
"search:read.public", "search:read.private", "search:read.mpim",
|
"search:read.public", "search:read.private", "search:read.mpim",
|
||||||
"search:read.im", "search:read.files", "search:read.users",
|
"search:read.im", "search:read.files", "search:read.users",
|
||||||
"chat:write", "channels:history", "groups:history",
|
"chat:write",
|
||||||
"mpim:history", "im:history",
|
"channels:history", "groups:history", "mpim:history", "im:history",
|
||||||
"canvases:read", "canvases:write",
|
"canvases:read", "canvases:write",
|
||||||
"users:read", "users:read.email",
|
"users:read", "users:read.email",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue