-
Notifications
You must be signed in to change notification settings - Fork 668
feat: Adding DynamoDB Data Modeller Tool to DynamoDB MCP Server #783
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
feat: Adding DynamoDB Data Modeller Tool to DynamoDB MCP Server #783
Conversation
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/prompts/dynamodb_architect.md
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #783 +/- ##
==========================================
- Coverage 88.18% 87.95% -0.23%
==========================================
Files 465 448 -17
Lines 34749 33409 -1340
Branches 5436 5279 -157
==========================================
- Hits 30642 29386 -1256
+ Misses 2620 2575 -45
+ Partials 1487 1448 -39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Review |
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.
Please fix the pyright before check in: https://github.com/awslabs/mcp/actions/runs/16223307832/job/45809082557?pr=783
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.
pyright
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
…abs#783) * feat: DynamoDB Data Modeller * fix the installation instruction * Adding some unit tests and change on tool description * Fix type errors in tests * Fixing MCP Instruction * Fixing pyright issue
Summary
Adding DynamoDB Data Modeller Tool to DynamoDB MCP Server
Changes
User experience
Testing
The changes were tested manually by calling the tool through Q CLI, Q Dev and Cline.
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change? N
RFC issue number: #236
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.