# Dataverse MCP Server Configuration
# Copy this file to .env and fill in your actual values
# Your Dataverse environment URL
DATAVERSE_URL=https://your-org.crm.dynamics.com
# Azure App Registration details
DATAVERSE_CLIENT_ID=your-client-id-here
DATAVERSE_CLIENT_SECRET=your-client-secret-here
DATAVERSE_TENANT_ID=your-tenant-id-here
# Optional: Enable debug logging
# DEBUG=true