MCP Language Server

  • cisa-exchange
# Microsoft 365 Authentication # Replace these values with your own credentials # DO NOT commit the actual .env file to source control # Azure AD Tenant ID TENANT_ID=your-tenant-id-here # Azure AD Application (Client) ID CLIENT_ID=your-client-id-here # Azure AD Client Secret CLIENT_SECRET=your-client-secret-here # Optional: Log Level (debug, info, warn, error) LOG_LEVEL=info # Optional: Custom configuration directory CONFIG_DIR=./config # Note: Create a copy of this file named '.env' and fill in your actual values # The .env file is automatically ignored by .gitignore to prevent exposing secrets