# User Information
USER_NAME=Your Name
USER_EMAIL=your.email@example.com
USER_SLACK_ID=@yourslackid
# Defaults
DEFAULT_DAYS_BACK=7
TIMEZONE=America/Toronto
# Output Configuration
OUTPUT_DIR=./summaries
AUTO_SAVE=true
# MCP Server Names (as configured in your mcp.json)
SLACK_MCP_SERVER=playground-slack-mcp
CALENDAR_MCP_SERVER=gworkspace-mcp
GMAIL_MCP_SERVER=gworkspace-mcp
# Content Filtering
# Set to false to include all conversations (including personal topics)
# Set to true to filter out sports, political, and cultural discussions
CONTENT_FILTERING_ENABLED=true
# Optional: Debug mode
DEBUG=false