Configure Azure MCP server with Azure CLI authentication
# Azure Tools Setup
Configure the Azure MCP server with Azure CLI authentication.
## Step 1: Check Prerequisites
Check if Azure CLI is installed:
Check if Node.js is installed:
Report status based on results.
## Step 2: Show Installation Guide
If Azure CLI is missing, tell the user:
If Node.js is missing, tell the user:
## Step 3: Check Authentication
If prerequisites are installed, check Azure login status:
If not logged in, tell the user:
## Step 4: Verify Configuration
After authentication, verify:
1. Read `${CLAUDE_PLUGIN_ROOT}/.mcp.json` to confirm Azure MCP i...