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 Mongo MCP #29

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

QuantGeekDev
Copy link
Contributor

No description provided.

@michaellatman
Copy link
Owner

Hey there looks like package list isn't valid json. Can you fix it by adding in the missing brackets?

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution! I've reviewed the PR and found several issues that need to be addressed:

  1. JSON Formatting Issues:

    • Extra newlines and spaces need to be removed
    • Missing comma between package entries
    • The mongo-mcp entry is incorrectly placed between other entries
    • The file should maintain consistent formatting with the rest of package-list.json
  2. Package Requirements:

    • The package needs to be published to npm since runtime is 'node'
    • Environment variables need to be documented in src/helpers/index.ts
    • Please add required MongoDB connection variables (host, port, username, password, etc.)
  3. Package Naming:

    • Consider using a scoped package name (e.g., @quantgeekdev/mongo-mcp) for npm
    • Update package-list.json with the final npm package name

Required Actions:

  1. Fix JSON formatting in package-list.json
  2. Publish package to npm registry
  3. Add environment variable documentation in helpers/index.ts
  4. Update package name if publishing as scoped package

Please make these changes and I'll be happy to re-review the PR.

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.

2 participants