Skip to content

Releases: FerhatDundar/s3-mcp-connector

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 23:56
fede3af

0.2.0 (2026-07-02)

Features

  • add Windows to the release build matrix (1f1cac6)
  • automate MCP Registry publishing in the release pipeline (e2f833a)

Bug Fixes

  • do not pin publish-mcp-registry checkout to the release tag (3824c6d)
  • shorten server.json description to satisfy MCP registry 100-char limit (04fb671)

v0.1.0

Choose a tag to compare

@FerhatDundar FerhatDundar released this 02 Jul 23:36

Changelog

0.1.0 (2026-07-03)

Initial release.

✨ Features

  • MCP server exposing 8 S3 tools: s3_list_buckets, s3_list_objects,
    s3_head_object, s3_get_object, s3_put_object, s3_delete_object,
    s3_create_bucket, s3_delete_bucket
  • Works against real AWS S3 or any S3-compatible endpoint (LocalStack,
    MinIO) via S3_ENDPOINT_URL / S3_FORCE_PATH_STYLE
  • markdown/json response formats on every tool
  • --version flag; ldflag-injected build version

🧪 Quality

  • Unit tests, go vet, gofmt, golangci-lint, govulncheck, and
    CodeQL all wired into CI
  • End-to-end verified against a live LocalStack S3 service during
    development

🤝 Project infrastructure

  • Contribution guide, Code of Conduct, security policy, issue/PR templates
  • Branch protection: all changes (including the maintainer's) land via
    reviewed, CI-green pull requests
  • Automated semver releases via release-please,
    starting from this baseline
  • Cross-platform (linux/darwin × amd64/arm64) zipped plugin bundles
    attached to every release

From here on, this file is maintained automatically by release-please
based on Conventional Commits.