Releases: mjkatgithub/S3-MCP
Releases · mjkatgithub/S3-MCP
v0.1.0
Release v0.1.0 - Initial S3 MCP Server
Initial release of the S3 MCP Server for S3-compatible storage (MinIO, AWS S3, etc.).
✨ Added
S3 Tools
s3_list_buckets- List all S3 bucketss3_list_objects- List objects in a bucket (with prefix, recursive options)s3_get_object_metadata- Get object metadata and tagss3_search_objects- Search objects by name (substring match)
Configuration
- Environment variable configuration support
.envfile support for tests- Example environment file (
.example.env)
Infrastructure
- Docker build configuration with multi-stage build
- Comprehensive Cucumber test suite:
- Unit tests for configuration
- Integration tests for all S3 operations (7 scenarios)
- Test setup with dotenv support
Documentation
- Complete README with setup instructions and examples
- Required S3 permissions documented
- Docker examples for Windows and Linux/macOS
Full Changelog: 60e041a...v0.1.0