-
Notifications
You must be signed in to change notification settings - Fork 467
docs: (eks-mcp-server) improve README guidance for using the sensitive data access flag #567
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
…e data access flag
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #567 +/- ##
==========================================
- Coverage 82.58% 82.41% -0.18%
==========================================
Files 355 333 -22
Lines 23438 22213 -1225
Branches 3651 3541 -110
==========================================
- Hits 19357 18307 -1050
+ Misses 2950 2796 -154
+ Partials 1131 1110 -21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Added additional unit tests for k8s_apis since codecov/project was failing |
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
…e data access flag (awslabs#567) * docs: (eks-mcp-server) improve README guidance for using the sensitive data access flag * remove trailing whitespaces * remove another trailing whitespace * add unit tests to pass codecov --------- Co-authored-by: Sarah Li <srhli@amazon.com>
Summary
Changes
--allow-sensitive-data-access
to the example mcp configs in the Quickstart section--allow-sensitive-data-access
User experience
Users didn't know what the flag actually enabled and only found out when tools were failing to be invoked. Agents can usually figure out how to enable it after, but this change makes the experience a bit more seamless.
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change? N
RFC issue number: n/a
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.