Instruct users to add users.profile:read scope to token as profile.get API requires it

This commit is contained in:
Yamato Sasaki
2025-04-18 13:48:54 +09:00
parent 7a0eef8c1c
commit b9d63b4e9d

View File

@@ -78,6 +78,7 @@ MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
- `chat:write` - Send messages as the app - `chat:write` - Send messages as the app
- `reactions:write` - Add emoji reactions to messages - `reactions:write` - Add emoji reactions to messages
- `users:read` - View users and their basic information - `users:read` - View users and their basic information
- `users.profile:read` - View detailed profiles about users
4. Install App to Workspace: 4. Install App to Workspace:
- Click "Install to Workspace" and authorize the app - Click "Install to Workspace" and authorize the app