Releases: aashari/mcp-server-aws-sso
Releases · aashari/mcp-server-aws-sso
v3.0.0
3.0.0 (2025-09-20)
Features
- enhance AI guidance for AWS SSO login instructions (775033d)
BREAKING CHANGES
- None - backward compatible enhancement
v2.0.1
2.0.1 (2025-09-20)
Bug Fixes
- prevent dotenv from outputting to STDIO in MCP mode (#151) (9ec8c30)
v2.0.0
2.0.0 (2025-09-20)
Bug Fixes
- eliminate AWS CLI path warnings and unused imports (6a222c4)
- resolve AWS CLI execution and credential region mismatch issues (aa3789c)
- resolve CLI test failures and finalize warning elimination (62bfe62)
- resolve test environment issues and improve type safety (183aba3)
BREAKING CHANGES
- AWS CLI commands now properly handle cross-region authentication by using SSO token region for API calls while preserving user's region preference for command execution
v1.21.0
1.21.0 (2025-08-02)
Features
- add informational logging for AWS SSO device auth flow (144b795)
v1.20.3
1.20.3 (2025-08-02)
Bug Fixes
- standardize dependencies across MCP projects (9ba2c76)
v1.20.2
1.20.2 (2025-06-22)
Bug Fixes
- change default transport from HTTP to STDIO for proper MCP client integration (7eb7fed)
v1.20.0
1.20.0 (2025-06-22)
Features
- migrate from deprecated SSE to dual transport support (STDIO + HTTP) (7843c08)
v1.19.13
Bug Fixes
- replace Unix-specific chmod with cross-platform ensure-executable script (b3b246c)