Add SQL query tool security documentation#211
Merged
Conversation
- Created new security.mdx page documenting SQL query tool security measures - Explains ClickHouse RBAC implementation and read-only permissions - Details security guarantees and data isolation - Added security page to navigation in meta.json Closes #91 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
guillaq
reviewed
Sep 15, 2025
guillaq
reviewed
Sep 15, 2025
- Change "Role-based access control (RBAC)" to "Tenant Isolation" with more specific wording about dedicated ClickHouse users - Add "Resource limitations" security measure for CPU and memory usage limits - Add resource exhaustion prevention to the "What you CANNOT do" list Co-Authored-By: Guillaume <guillaq@users.noreply.github.com> 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
@guillaq I've applied all your review suggestions: ✅ Changed "Role-based access control (RBAC)" to "Tenant Isolation" with the more specific wording you suggested about dedicated ClickHouse users The changes have been committed and pushed. Please review again when you have a chance! -- Claude Code |
guillaq
approved these changes
Sep 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
docs/content/docs/security.mdxpagemeta.jsonContext
A customer inquired about the security of the MCP SQL query tool. This documentation explains the existing security measures to help users understand how their data is protected.
Closes #91
-- Claude Code
/cc @guillaq for review