Releases: alexei-led/aws-mcp-server
Releases · alexei-led/aws-mcp-server
1.5.6
What's Changed
- refactor: code review fixes and cleanup by @alexei-led in #28
- fix: add /opt/homebrew to macOS Seatbelt sandbox allowed paths by @alexei-led in #29
Full Changelog: 1.5.5...1.5.6
1.5.5
What's Changed
- fix: bind SSE to 0.0.0.0 in Docker for port mapping by @alexei-led in #27
Full Changelog: 1.5.4...1.5.5
1.5.4
What's Changed
- fix: graceful shutdown, package rename, and CI improvements by @alexei-led in #26
Full Changelog: v1.5.3...1.5.4
1.5.0
What's Changed
- feat: Add sandbox execution for AWS CLI commands by @alexei-led in #21
Full Changelog: 1.3.0...1.5.0
1.3.0
- Implements a comprehensive multi-layered security system for AWS CLI command validation
- Replaces create_subprocess_shell with safer create_subprocess_exec for command execution
- Adds configurable security rules with dangerous command blocking, safe pattern overrides, and regex validation
1.2.0
- Security hardening
- Security section added to the README
- Smithery deployment removed - it's not a secure way to run this MCP server (avoid it)
1.1.3
- Fixed startup
- Use the same version for package and Docker container
1.0.7
update
1.0.5
support SSE server transport
1.0.4
fix multi-stage build: use the same target platform