# Azure DevOps Server (on-premises) configuration
AZURE_DEVOPS_ORG_URL=https://your-server/tfs
AZURE_DEVOPS_PROJECT=your-project-name
AZURE_DEVOPS_IS_ON_PREMISES=true
AZURE_DEVOPS_COLLECTION=your-collection
AZURE_DEVOPS_API_VERSION=6.0
# Authentication type - choose one section below and comment out the others
# Option 1: PAT Authentication
AZURE_DEVOPS_AUTH_TYPE=pat
AZURE_DEVOPS_PERSONAL_ACCESS_TOKEN=your-personal-access-token
# Option 2: NTLM Authentication
# AZURE_DEVOPS_AUTH_TYPE=ntlm
# AZURE_DEVOPS_USERNAME=your-username
# AZURE_DEVOPS_PASSWORD=your-password
# AZURE_DEVOPS_DOMAIN=your-domain
# Option 3: Basic Authentication
# AZURE_DEVOPS_AUTH_TYPE=basic
# AZURE_DEVOPS_USERNAME=your-username
# AZURE_DEVOPS_PASSWORD=your-password
# Optional: Specify which tools should be enabled
# If not specified, all tools will be available
# Format: Comma-separated list of tool method names
# Example: listWorkItems,getWorkItemById,searchWorkItems,listRepositories
ALLOWED_TOOLS=