Releases: jamesbrink/mcp-coroot
Releases · jamesbrink/mcp-coroot
v0.1.1 - Docker Support & Enhanced Testing
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 release0.1.1
- This release- Multi-platform support for linux/amd64 and linux/arm64
Full Changelog
Initial Release v0.1.0
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.