- GCP support: Google Cloud Platform cost management via BigQuery billing exports, GCP Recommender, Cloud Asset Inventory, and Budget API
- Multi-provider architecture: 14 shared tools accept
providerparameter with auto-detected default - New tools:
list_projects,get_cross_project_costs— 16 tools total - GroupByKey normalization: Provider-agnostic grouping keys translated internally per provider
- Linear forecast utility: Client-side cost forecasting for providers without native forecast APIs
- Provider-aware prompts: 5 guided-workflow prompts accept optional
providerargument - Dynamic server instructions: MCP instructions reflect configured providers
- 275 tests across 34 test files
- Subscription auto-discovery from
az loginsession - Cross-subscription cost queries
- Tag-based cost allocation (
get_cost_by_tag) - Idle resource detection (unattached disks, orphaned NICs, unused IPs, empty App Service plans)
- Untagged resource detection
list_subscriptionstool- Chargeback report prompt
- 209 tests across 29 test files
- Five guided-workflow prompts (monthly review, waste audit, spike investigation, executive summary, chargeback)
- MCP server instructions for tool relationship guidance
- Improved tool descriptions for Glama directory scores
- tsup build (77 npm files → 7, ~35KB bundle)
- Budget monitoring (
check_budgets) - Cost comparison tool (
compare_periods) - Anomaly detection with configurable threshold
- Cost forecast tool
- Top spending resources tool
- Recommendation categories (compute, storage, networking)
- Azure Advisor integration (
list_recommendations) - Formatted ASCII table output
- Error handling with
withProviderpattern
- Date validation before API calls
- Cache with request coalescing
- Rate limiting with exponential backoff
- Initial release
- Azure cost summary by service, resource group, or region
- Cost anomaly detection
- Azure Advisor optimization recommendations
- Cost forecasting
- Budget monitoring
- Period-over-period cost comparison
- Top spending resources
- Date helper for accurate LLM queries