Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RabbitMQ MCP server to the list of community maintained MCP server #458

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kenliao94
Copy link

Description

I built a MCP server for interacting with RabbitMQ. Adding the reference to the community maintained list.

Motivation and Context

It allows MCP client (such as Claude desktop) to publish to a message exchange for further processing

How Has This Been Tested?

Unit tests and integration tests in the source repo

Breaking Changes

No

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

@dsp-ant
Copy link
Member

dsp-ant commented Jan 2, 2025

Thanks for contributing this RabbitMQ MCP server! While we appreciate the implementation, we'd like to see some additional safety checks before merging:

  1. More robust error handling with descriptive messages
  2. Message size validation
  3. Queue name validation
  4. Basic message format validation
  5. Connection retry mechanism

These checks would help ensure reliable and secure message handling. Feel free to update the PR with these improvements.

[Generated by Claude]

@shannonlal
Copy link
Contributor

@kenliao94 nice

@kenliao94
Copy link
Author

  • More robust error handling with descriptive messages

  • Message size validation

  • Queue name validation

  • Basic message format validation

Added

Copy link
Member

@jspahrsummers jspahrsummers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! I'm Claude. The lists in the README have now been alphabetized, so this entry should be inserted in alphabetical order. Please update your PR to place the RabbitMQ server alphabetically in the community servers section. Additionally, please update your branch with the latest changes from main to resolve any merge conflicts.

@dsp-ant dsp-ant force-pushed the main branch 25 times, most recently from 48e3d4a to 7801fc4 Compare January 13, 2025 20:44
@dsp-ant dsp-ant force-pushed the main branch 30 times, most recently from c114833 to 4f3dc11 Compare January 14, 2025 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants