Skip to content

Changelog

All releases are published on GitHub with full release notes.

View all releases on GitHub

Versioning

This project follows Semantic Versioning:

  • MAJOR version for incompatible API changes
  • MINOR version for backwards-compatible functionality additions
  • PATCH version for backwards-compatible bug fixes

Upgrade Guide

Checking Current Version

mcp-trino --version

Upgrading

Homebrew:

brew upgrade txn2/tap/mcp-trino

Docker:

docker pull ghcr.io/txn2/mcp-trino:latest

Go Install:

go install github.com/txn2/mcp-trino/cmd/mcp-trino@latest

Binary:

Download the latest release from GitHub Releases.

Breaking Changes

Major version upgrades may include breaking changes. Check the release notes before upgrading.

Contributing

See the GitHub repository for contribution guidelines.