File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed
docs/use-cases/AI_ML/MCP/ai_agent_libraries Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,27 @@ in the Slack documentation.
41
41
## Configure Slack app settings {#configure-slack-app-settings}
42
42
43
43
- Go to ` App Home `
44
- - Under ` Show Tabs ` → ` Messages Tab ` : Enable ` Allow users to send Slash commands and messages from the messages tab `
45
- - Go to ` Socket Mode `
46
- - Enable ` Socket Mode ` ** `
47
- - Note down the ` Socket Mode Handler ` ** ` for the environment variable ` SLACK_APP_TOKEN`
48
- - Go to ` OAuth & Permissions `
49
- - Add the following ` Bot Token Scopes ` :
50
- - ` app_mentions:read `
51
- - ` assistant:write `
52
- - ` chat:write `
53
- - ` im:history `
54
- - ` im:read `
55
- - ` im:write `
56
- - ` channels:history `
57
- - Install the app to your workspace and note down the ` Bot User OAuth Token ` for the environment variable ` SLACK_BOT_TOKEN ` .
58
- - Go to ` Event Subscriptions `
59
- - Enable ` Events `
60
- - Under ` Subscribe to bot events ` , add:
61
- - ` app_mention `
62
- - ` assistant_thread_started `
63
- - ` message:im `
64
- - Save Changes
44
+ - Under ` Show Tabs ` → ` Messages Tab ` : Enable ` Allow users to send Slash commands and messages from the messages tab `
45
+ - Go to ` Socket Mode `
46
+ - Enable ` Socket Mode ` ** `
47
+ - Note down the ` Socket Mode Handler ` ** ` for the environment variable ` SLACK_APP_TOKEN`
48
+ - Go to ` OAuth & Permissions `
49
+ - Add the following ` Bot Token Scopes ` :
50
+ - ` app_mentions:read `
51
+ - ` assistant:write `
52
+ - ` chat:write `
53
+ - ` im:history `
54
+ - ` im:read `
55
+ - ` im:write `
56
+ - ` channels:history `
57
+ - Install the app to your workspace and note down the ` Bot User OAuth Token ` for the environment variable ` SLACK_BOT_TOKEN ` .
58
+ - Go to ` Event Subscriptions `
59
+ - Enable ` Events `
60
+ - Under ` Subscribe to bot events ` , add:
61
+ - ` app_mention `
62
+ - ` assistant_thread_started `
63
+ - ` message:im `
64
+ - Save Changes
65
65
66
66
## Add environment variables (` .env ` ) {#add-env-vars}
67
67
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ ignores:
36
36
- " docs/cloud/reference/release-notes-index.md" # autogenerated
37
37
- " docs/_placeholders"
38
38
- " docs/cloud/manage/api"
39
+ - " docs/use-cases/AI_ML/MCP/ai_agent_libraries/index.md" # autogenerated
39
40
- " docs/sql-reference" # core repo
40
41
- " docs/operations" # core repo
41
42
- " docs/interfaces" # core repo
You can’t perform that action at this time.
0 commit comments