
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "slack": {4 "command": "node",5 "args": [6 "/path/to/project/dist/index.js"7 ],8 "env": {9 "SLACK_BOT_USER_OAUTH_TOKEN": "test-bot-token",10 "SLACK_TEAM_ID": "test-team-id"11 }12 }13 }14}
No reviews yet. Be the first to review!
Sign in to join the conversation