Skip to content

v0.1.1 - Docker Support & Enhanced Testing

Latest

Choose a tag to compare

@jamesbrink jamesbrink released this 27 Jul 07:34
· 2 commits to main since this release

What's Changed

Features

  • 🐳 Docker Support: Added Dockerfile with multi-platform builds (amd64/arm64)
  • 🚀 Enhanced CI/CD: Docker images automatically published to Docker Hub
  • 📚 Improved Documentation: Added Docker usage examples to README

Improvements

  • Better Test Coverage: Added tests for mixed authentication scenarios
  • 🏗️ Test Consolidation: Consolidated test files to follow Python standards
  • 🔧 Environment Variables: All env vars now properly defined in Dockerfile

Docker Images

Docker images are available at jamesbrink/mcp-coroot:

  • latest - Latest stable release
  • 0.1.1 - This release
  • Multi-platform support for linux/amd64 and linux/arm64

Full Changelog

v0.1.0...v0.1.1