Version 0.2.1 - validate_name now surfaces explicit too long / too short violations for all resource types, using the lengthMin / lengthMax fields from the resource definition (important for resources like Key Vault whose regex encodes length indirectly via a middle-segment quantifier).
Version 0.2 - MCP (Model Context Protocol) server added, enabling AI agents to generate and validate Azure resource names programmatically. Deployed to Azure Container Apps via GitHub Actions with OIDC authentication. Includes Insight overrides system - Insight-recommended short codes (e.g. arg for resource groups) are applied on top of upstream data without modifying synced files. Validation improvements: validate_name now reports explicit length violations. Name generation supports an optional segmentOrder parameter to control segment ordering.
Version 0.1.1 - Bug fix for uniqueString() after go-live.