You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add AWS Spot Placement Scores core functionality
- Add score.go with AWS EC2 spot placement score integration
- Extend types.go with score-related data structures
- Add comprehensive types_test.go with score functionality tests
- Implements region and AZ-level score fetching with timeout handling
* Integrate spot placement scores into client layer
- Update client.go with score enrichment capability
- Add comprehensive client_test.go coverage for score features
- Regenerate mocks_test.go for new scoring interfaces
- Enables score filtering, sorting, and regional/AZ-level fetching
* Add CLI flags and UI for AWS Spot Placement Scores
- Add --with-score, --min-score, --az, --score-timeout flags
- Implement color-coded score display (🟢/🔴 indicators)
- Add score sorting and filtering in CLI interface
- Update tests for new scoring command-line functionality
* Extend MCP server with spot placement score capabilities
- Update MCP tools to support score parameters and filtering
- Add score enrichment to MCP tool responses
- Refactor and streamline MCP test coverage
- Enable score features in Model Context Protocol interface
* Add comprehensive documentation for spot placement scores
- Add aws-spot-placement-scores.md with detailed API documentation
- Update usage.md with score filtering examples and CLI options
- Extend examples.md with score-based use cases and scenarios
- Update mcp-server.md with score parameter documentation
- Enhance data-sources.md and api-reference.md for score features
* Update dependencies and tooling configuration
- Update go.mod/go.sum with AWS SDK dependencies for score API
- Enhance .golangci.yaml with additional linting rules
- Update .mockery.yaml for new scoring interfaces
- Ensure compatibility with score enrichment dependencies
* Update README with AWS Spot Placement Scores documentation
- Add score feature overview and benefits section
- Include score CLI examples and usage scenarios
- Document score filtering, sorting, and visualization features
- Streamline README structure with focus on core functionality
0 commit comments