Skip to content

Releases: aashari/mcp-server-aws-sso

v3.0.0

20 Sep 08:26
Compare
Choose a tag to compare

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

20 Sep 07:56
Compare
Choose a tag to compare

2.0.1 (2025-09-20)

Bug Fixes

  • prevent dotenv from outputting to STDIO in MCP mode (#151) (9ec8c30)

v2.0.0

20 Sep 07:43
Compare
Choose a tag to compare

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

02 Aug 07:10
Compare
Choose a tag to compare

1.21.0 (2025-08-02)

Features

  • add informational logging for AWS SSO device auth flow (144b795)

v1.20.3

02 Aug 07:03
Compare
Choose a tag to compare

1.20.3 (2025-08-02)

Bug Fixes

  • standardize dependencies across MCP projects (9ba2c76)

v1.20.2

22 Jun 12:29
Compare
Choose a tag to compare

1.20.2 (2025-06-22)

Bug Fixes

  • change default transport from HTTP to STDIO for proper MCP client integration (7eb7fed)

v1.20.1

22 Jun 07:57
Compare
Choose a tag to compare

1.20.1 (2025-06-22)

Bug Fixes

v1.20.0

22 Jun 06:44
Compare
Choose a tag to compare

1.20.0 (2025-06-22)

Features

  • migrate from deprecated SSE to dual transport support (STDIO + HTTP) (7843c08)

v1.19.13

02 Jun 08:54
Compare
Choose a tag to compare

1.19.13 (2025-06-02)

Bug Fixes

  • replace Unix-specific chmod with cross-platform ensure-executable script (b3b246c)

v1.19.12

02 Jun 08:36
Compare
Choose a tag to compare

1.19.12 (2025-06-02)

Bug Fixes