-
Notifications
You must be signed in to change notification settings - Fork 105
chore: update readme with the new tool and resources #468
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the README documentation and tool descriptions to reflect recent changes to the MongoDB MCP server, including a new export tool and resources section.
- Updated export tool description for clarity
- Added new "Supported Resources" section to README
- Improved debug resource description
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
README.md | Added new export tool and resources documentation section |
src/tools/mongodb/read/export.ts | Updated export tool description to be more precise |
tests/integration/tools/mongodb/read/export.test.ts | Updated test to match new export tool description |
src/resources/common/debug.ts | Improved debug resource description clarity |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
f5877fd
to
e49416f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request Test Coverage Report for Build 17155288437Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Proposed changes
Adds the newly added tool and resources to Readme file.
Checklist