Skip to content

Releases: jamesbrink/mcp-coroot

v0.1.1 - Docker Support & Enhanced Testing

27 Jul 07:34
Compare
Choose a tag to compare

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

Initial Release v0.1.0

27 Jul 05:09
Compare
Choose a tag to compare
Pre-release

Initial release of mcp-coroot - MCP server for Coroot observability platform

Features

  • 58 tools for Coroot platform integration
  • Authentication and user management
  • Application monitoring and troubleshooting
  • Infrastructure overview and incident management
  • Configuration management
  • Test coverage: 87%

Installation

pip install mcp-coroot

See README for full documentation.