Skip to content

Releases: kenliao94/mcp-server-rabbitmq

v2.1.0

04 May 08:22
Compare
Choose a tag to compare

Added

  • Added CONTRIBUTING.md with development guidelines and workflow instructions
  • Improved documentation for contributor onboarding

Changed

  • Enhanced error handling for RabbitMQ connection failures
  • Updated dependencies to latest versions for improved security
  • Use loguru for better logging matainability. Logging to stderr by default.

Fixed

  • Fixed issue with queue name validation in certain edge cases

v2.0.0

03 May 20:52
Compare
Choose a tag to compare

What's Changed

  • Use FastMCP instead of vanilla MCP Python SDK for more maintainable implementation of the SDK
  • Added in Ruff and basic tests