🦎 Komodo MCP Server - 1.0.7
📝 Changelog
Added
- Security: Integrated
helmetmiddleware to enhance HTTP security headers for the SSE transport. - Authentication: Added support for API Key authentication (
KOMODO_API_KEY,KOMODO_API_SECRET) as an alternative to username/password login.
Changed
- Documentation: Added comprehensive JSDoc documentation for the core
KomodoMCPServerclass, environment configuration schemas, and all tool definitions. - Refactoring: Modularized the API client structure for better maintainability.
- Stability: Improved graceful shutdown handling for both Stdio and SSE transports to ensure clean resource release.
🐳 Docker Images
🏷️ Available Tags
latest,1.0.7,1.0,1
# Pull image
docker pull ghcr.io/MP-Tool/komodo-mcp-server:latest
docker pull ghcr.io/MP-Tool/komodo-mcp-server:1.0.7💡 Examples
Check out the examples for integration guides with Claude Desktop, n8n, and more.
📄 Full Changelog | 🐛 Report Bug