Skip to content

docs(mcp): update MCP server docs for 6.1#39422

Merged
michael-s-molina merged 5 commits into
masterfrom
docs/mcp-server-6.1
Apr 29, 2026
Merged

docs(mcp): update MCP server docs for 6.1#39422
michael-s-molina merged 5 commits into
masterfrom
docs/mcp-server-6.1

Conversation

@rusackas
Copy link
Copy Markdown
Member

SUMMARY

Updates MCP documentation to reflect the full set of features available since the 6.0 release. Part of a broader 6.1 documentation catch-up effort.

User guide (using-ai-with-superset.mdx):

  • New capability sections: Browse Databases, Create Virtual Datasets
  • Updated SQL section to mention saving queries
  • Expanded tools reference table from 19 → 24 tools (list_databases, get_database_info, create_virtual_dataset, save_sql_query, get_chart_type_schema)
  • Replaced the one-liner chart tip with a clear 3-step preview-first workflow (Explore → Iterate → Save)

Admin guide (mcp-server.mdx):

  • Config reference: added MCP_RBAC_ENABLED, MCP_PARSE_REQUEST_ENABLED, MCP_USER_RESOLVER, and the full MCP_TOOL_SEARCH_CONFIG section
  • New Access Control section: RBAC enforcement table (which FAB permissions each tool group requires), Audit Log, Middleware Pipeline table (7 layers), and Error Sanitization
  • New Performance section: connection pooling guidance, response caching setup
  • Tool Search section: added concrete token savings numbers (~85%, 15–20K → 4–5K tokens)

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

N/A — documentation only

TESTING INSTRUCTIONS

  1. Review the rendered docs at the two modified pages
  2. Verify the tools table in the user guide lists all 24 tools
  3. Verify the config reference in the admin guide includes MCP_RBAC_ENABLED and MCP_TOOL_SEARCH_CONFIG
  4. Verify the new Access Control and Performance sections render correctly

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@github-actions github-actions Bot added the doc Namespace | Anything related to documentation label Apr 17, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 17, 2026

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 6be8aa5
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/69e9d69381df26000831b952
😎 Deploy Preview https://deploy-preview-39422--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@bito-code-review bito-code-review Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review Agent Run #7a801d

Actionable Suggestions - 1
  • docs/admin_docs/configuration/mcp-server.mdx - 1
Review Details
  • Files reviewed - 2 · Commit Range: 555324b..555324b
    • docs/admin_docs/configuration/mcp-server.mdx
    • docs/docs/using-superset/using-ai-with-superset.mdx
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
- Add new tools to user guide: list_databases, get_database_info,
  create_virtual_dataset, save_sql_query, get_chart_type_schema
- Add preview-first workflow tip with 3-step iterative pattern
- Add Browse Databases and Create Virtual Datasets capability sections
- Add RBAC enforcement table mapping tools to FAB permissions
- Add Audit Log section (Settings → Action Log)
- Add Middleware Pipeline table (7 layers with purpose/default)
- Add Error Sanitization section (what gets redacted and why)
- Add Performance section: connection pooling math, response caching guide
- Add Tool Search config section with 85% token savings context
- Add MCP_RBAC_ENABLED, MCP_PARSE_REQUEST_ENABLED, MCP_USER_RESOLVER
  to config reference
- Add MCP_TOOL_SEARCH_CONFIG to config reference

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rusackas rusackas force-pushed the docs/mcp-server-6.1 branch from 555324b to be6d3bc Compare April 22, 2026 19:38
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
Comment thread docs/admin_docs/configuration/mcp-server.mdx Outdated
@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented Apr 22, 2026

Code Review Agent Run #22d004

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: be6d3bc..be6d3bc
    • docs/admin_docs/configuration/mcp-server.mdx
    • docs/docs/using-superset/using-ai-with-superset.mdx
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented Apr 23, 2026

Code Review Agent Run #fe60d2

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: be6d3bc..6be8aa5
    • docs/admin_docs/configuration/mcp-server.mdx
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

@michael-s-molina michael-s-molina merged commit fe074c0 into master Apr 29, 2026
64 checks passed
@michael-s-molina michael-s-molina deleted the docs/mcp-server-6.1 branch April 29, 2026 17:42
michael-s-molina pushed a commit that referenced this pull request Apr 29, 2026
Co-authored-by: Superset Dev <dev@superset.apache.org>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit fe074c0)
bestlong pushed a commit to bestlong/superset that referenced this pull request May 7, 2026
Co-authored-by: Superset Dev <dev@superset.apache.org>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
qfcwell pushed a commit to qfcwell/superset that referenced this pull request May 12, 2026
Co-authored-by: Superset Dev <dev@superset.apache.org>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added 🍒 6.1.0 Cherry-picked to 6.1.0 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels labels May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels doc Namespace | Anything related to documentation size/L 🍒 6.1.0 Cherry-picked to 6.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants