Closed
Conversation
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.
Pull Request Template
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of
the pull request.
Description
Adds Slack integration support for tableau-mcp: documentation, validation tooling, and configuration
templates for connecting Tableau MCP to Slack apps via the
mcp:connectscope.Changes:
docs/docs/extras/slack-integration.md) — Option A (passthrough/demo)and Option B (external auth/SSO) with Slack app manifest examples and Tableau Cloud DCR curl
scripts/validate-slack-mcp-flow.ts) — Staged MCP validator (handshake,discover, search, datasource, metadata, query, full) for passthrough-authenticated HTTP MCP. Parses
SSE responses (
text/event-stream), preservesmcp-session-id, supportsVALIDATE_DEBUGforresponse inspection
env.slack-demo.example) — Minimal env for Option A passthrough demovalidate:slack-mcpnpm script — Wires validator tonpm run validate:slack-mcpenv.example.list— Trimmed to essential vars (passthrough, HTTP, OAuth).gitignore— Added.worktrees/Motivation and Context
Enables customers and internal teams to connect Tableau MCP to Slack for Data Q&A-style workflows.
The validator proves local HTTP MCP connectivity and passthrough auth before integrating with Slack’s
runtime. Option A supports quick demos; Option B supports per-user OAuth when available.
Type of Change
How Has This Been Tested?
TABLEAU_SESSION_TOKEN='<token>' VALIDATE_STAGE=discover npm run validate:slack-mcpagainstlocal HTTP server with passthrough auth; handshake and discover succeed, 16 tools returned.
VALIDATE_STAGE=handshakein stateless mode (no session); handshake passes.npm test).Related Issues
Checklist
npm run version. For example,use
npm run version:patchfor a patch version bump.environment variable or changing its default value.
Contributor Agreement
By submitting this pull request, I confirm that:
its Contribution Checklist.