# MCP Server Configuration
TRANSPORT_MODE=http
PORT=3000
DEBUG=true
NODE_ENV=development
# Latitude API Configuration (Required)
# Get your API key from https://app.latitude.so/settings/api-keys
LATITUDE_API_KEY=your_latitude_api_key_here
# Optional: Default project ID (skip projectId in all tool calls)
# LATITUDE_PROJECT_ID=your_project_id_here
# Optional: Custom API base URL (defaults to https://gateway.latitude.so)
# LATITUDE_BASE_URL=https://gateway.latitude.so
# GitHub Integration (for Actions only)
# GITHUB_TOKEN=automatically_provided_by_github_actions