-
Notifications
You must be signed in to change notification settings - Fork 668
feat: add S3 Tables MCP Server #584
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
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/__init__.py
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #584 +/- ##
==========================================
- Coverage 88.45% 88.29% -0.16%
==========================================
Files 551 564 +13
Lines 37435 38364 +929
Branches 5820 5932 +112
==========================================
+ Hits 33113 33874 +761
- Misses 2756 2867 +111
- Partials 1566 1623 +57 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/engines/__init__.py
Outdated
Show resolved
Hide resolved
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/models.py
Outdated
Show resolved
Hide resolved
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/server.py
Outdated
Show resolved
Hide resolved
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/server.py
Outdated
Show resolved
Hide resolved
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.
This commit looks good to me.
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/__init__.py
Outdated
Show resolved
Hide resolved
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/constants.py
Outdated
Show resolved
Hide resolved
Please add entries at |
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.
Review comments.
Run |
Co-authored-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
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
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
Summary
An MCP server providing programmatic read/write access to AWS S3 Tables information through standardized endpoints, enabling AI assistants to retrieve current S3 Tables data.
Changes
Added S3 Tables MCP Server implementation.
User experience
Users can perform read S3 Tables operations by default.
Users need to specify
--allow-write
to allow write operations.Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change? No
RFC issue number: #583
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.