Installation & Configuration
{
"mcpServers": {
"azure-resource-verifier": {
"type": "stdio",
"command": "java",
"args": [
"-jar",
"/path/to/azure-resource-verifier-0.0.1-SNAPSHOT.jar"
],
"env": {
"AZURE_TENANT_ID": "your-tenant-id",
"AZURE_SUBSCRIPTION_ID": "your-subscription-id"
}
}
}
}Information
Transport
stdio
Language
Java
Created
2026/6/15
Updated
2026/6/17