# Jira MCP Configuration
# Required: Jira instance URL
JIRA_BASE_URL=https://your-domain.atlassian.net
# Required: Your Atlassian email
JIRA_EMAIL=your-email@example.com
# Required: API token from https://id.atlassian.com/manage-profile/security/api-tokens
JIRA_API_TOKEN=your-api-token
# Optional: Log level (debug, info, warn, error)
JIRA_MCP_LOG_LEVEL=info
# Optional: Rate limit (requests per minute)
JIRA_MCP_RATE_LIMIT=100
# Optional: Enable TOON format for reduced token usage
JIRA_MCP_USE_TOON=true
# Optional: TOON array delimiter
JIRA_MCP_TOON_DELIMITER=,