All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.5 - 2025-04-10
- chore(deps): update @modelcontextprotocol/sdk to version 1.9.0
0.2.4 - 2025-04-05
- Merge pull request #1 from samuraikun/dependabot/npm_and_yarn/vite-6.2.4
- Updated vite dependency to version 6.2.4
0.2.3 - 2025-03-25
- chore: update README.md & .npmignore
- Improved documentation
- Updated .npmignore to exclude unnecessary files from npm package
0.2.2 - 2025-03-20
- fix: update GitHub Actions permissions for release creation
- Fixed CI/CD pipeline permissions for automated releases
0.2.1 - 2025-03-15
- Release version 0.2.1
- Minor improvements and bug fixes
0.2.0 - 2025-03-15
- Initial development setup
- Command-line interface with
--help
and--version
flags - Improved server startup messages with configuration display
- Updated README with npm publishing instructions
0.1.0 - 2025-03-15
- Core functionality for AWS S3 MCP Server
- Basic file operations (read, list, get_object)
- PDF parsing support
- Integration with Model Context Protocol
- Unit tests for core functionality
- CI: add test workflow