example.env•987 B
# Azure DevOps Wiki MCP Server - Environment Configuration
# Copy this file to .env and update with your actual values
# Azure DevOps Organization URL (optional)
# If not provided, defaults to https://dev.azure.com/{organization}
# AZURE_DEVOPS_URL=https://dev.azure.com/your-organization
# Default project name (optional)
# Can be overridden per request, but useful for single-project setups
# AZURE_DEVOPS_PROJECT=your-default-project
# Personal Access Token (optional)
# If not provided, will fall back to Azure CLI authentication
# Create a PAT with the following scopes:
# - Wiki: Read & Write
# - Project and Team: Read (for project access)
# AZURE_DEVOPS_PAT=your-personal-access-token
# Example for a complete setup:
# AZURE_DEVOPS_URL=https://dev.azure.com/contoso
# AZURE_DEVOPS_PROJECT=MyProject
# AZURE_DEVOPS_PAT=abcdef1234567890abcdef1234567890abcdef12
# Note: If you're using Azure CLI authentication, you don't need to set any of these variables
# Just run: az login