Skip to content

Release history

aashari/mcp-server-aws-sso releases

AWS Single Sign-On (SSO) integration enabling AI systems to securely interact with AWS resources by initiating SSO login, listing accounts/roles, and executing AWS CLI commands using temporary credentials.

All releases

14 shown

v4.0.0 Breaking risk
Breaking changes
  • Removed support for publishing with NPM_TOKEN; now requires OIDC trusted publisher configuration on npmjs.com.
Notable features
  • Modernized dependencies and migrated to OIDC trusted publishing
Full changelog

4.0.0 (2026-02-04)

Features

  • modernize dependencies and migrate to OIDC trusted publishing (7c23f37)

BREAKING CHANGES

  • Requires OIDC trusted publisher configuration on npmjs.com. The package will no longer publish with NPM_TOKEN. Follow docs/OIDC-TRUSTED-PUBLISHING-SETUP.md for migration instructions.
v3.1.0 New feature
Notable features
  • Raw response logging with configurable truncation for large API responses
Full changelog

3.1.0 (2025-12-03)

Features

  • add raw response logging with truncation for large API responses (6ec5c29)
v3.0.1 Maintenance

Minor fixes and improvements.

Full changelog

3.0.1 (2025-12-01)

Bug Fixes

  • deps: resolve picomatch version conflict for npm ci (7af0efd)
v3.0.0 Breaking risk
Notable features
  • Enhance AI guidance for AWS SSO login instructions
Full changelog

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 Bug fix

Fixed dotenv from outputting to STDOUT in MCP mode.

Full changelog

2.0.1 (2025-09-20)

Bug Fixes

  • prevent dotenv from outputting to STDIO in MCP mode (#151) (9ec8c30)
v2.0.0 Breaking risk
Breaking changes
  • AWS CLI commands now properly handle cross‑region authentication by using the SSO token region for API calls while preserving the user's region preference for command execution.
Full changelog

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 New feature
Notable features
  • Informational logging for AWS SSO device auth flow
Full changelog

1.21.0 (2025-08-02)

Features

  • add informational logging for AWS SSO device auth flow (144b795)
v1.20.2 Bug fix

Changed default transport from HTTP to STDIO for MCP client integration.

Full changelog

1.20.2 (2025-06-22)

Bug Fixes

  • change default transport from HTTP to STDIO for proper MCP client integration (7eb7fed)
v1.20.0 Breaking risk
Notable features
  • Migrate from deprecated SSE to dual transport support (STDIO + HTTP)
Full changelog

1.20.0 (2025-06-22)

Features

  • migrate from deprecated SSE to dual transport support (STDIO + HTTP) (7843c08)
v1.19.13 Bug fix

Fixed file permission handling to be cross‑platform by replacing Unix‑specific chmod.

Full changelog

1.19.13 (2025-06-02)

Bug Fixes

  • replace Unix-specific chmod with cross-platform ensure-executable script (b3b246c)
v1.19.11 Bug fix

Fixed preserving case sensitivity of role names in error messages.

Full changelog

1.19.11 (2025-06-02)

Bug Fixes

  • preserve case sensitivity in role names within error messages (c61a12b)

Beta — feedback welcome: [email protected]