Skip to content

Komodo MCP Server - 1.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Dec 19:07
339e1a7

🦎 Komodo MCP Server - 1.0.7

📝 Changelog

Added

  • Security: Integrated helmet middleware 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 KomodoMCPServer class, 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