# ============================================
# Slack MCP Server - Environment Variables
# ============================================
# ============================================
# Option 1: Single Workspace (Simple)
# ============================================
SLACK_ACCESS_TOKEN=xoxp-your-user-token
SLACK_TEAM_ID=T0123456789
SLACK_TEAM_NAME=My Workspace
# ============================================
# Option 2: Multiple Workspaces (Advanced)
# ============================================
# Use this for multi-workspace support
# Format: JSON array of workspace configs
#
# SLACK_WORKSPACES=[{"team_id":"T111","team_name":"Workspace 1","token":"xoxp-token1"},{"team_id":"T222","team_name":"Workspace 2","token":"xoxp-token2"}]