# Azure Storage Connection String
# Get this from Azure Portal: Storage Account -> Access Keys -> Connection string
AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=legalmcpstore;AccountKey=...;EndpointSuffix=core.windows.net
# Anthropic Claude API Key
# Get this from https://console.anthropic.com/ -> API Keys
ANTHROPIC_API_KEY=sk-ant-api03-...
# Server Port (optional, defaults to 3000)
PORT=3000
# Node Environment (optional)
NODE_ENV=development