azure-cli-authentication.env•870 B
# Example .env file for Azure CLI authentication
# Replace the values with your own
# Authentication method (required)
AZURE_DEVOPS_AUTH_METHOD=azure-cli
# Azure DevOps organization URL (required)
AZURE_DEVOPS_ORG_URL=https://dev.azure.com/your-organization
# Default project to use when not specified (optional)
AZURE_DEVOPS_DEFAULT_PROJECT=your-default-project
# API Version to use (optional, defaults to latest)
# AZURE_DEVOPS_API_VERSION=6.0
# Logging Level (optional)
LOG_LEVEL=info
# Note: This server uses stdio for communication with the MCP client,
# not HTTP. It does not listen on a network port.
# Note: Before using Azure CLI authentication, make sure you have:
# 1. Installed the Azure CLI (https://docs.microsoft.com/cli/azure/install-azure-cli)
# 2. Logged in with 'az login'
# 3. Verified your account has access to the Azure DevOps organization