@tableau/mcp-server 2.21.1 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/build/index.js +109 -109
- package/build/index.js.map +4 -4
- package/build/telemetry/tracing.js +2 -2
- package/build/telemetry/tracing.js.map +4 -4
- package/build/web/apps/dist/mcp-app.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,9 +23,9 @@ Tableau MCP is available as a managed service at **`https://mcp.tableau.com`**.
|
|
|
23
23
|
|
|
24
24
|
Point any MCP-compatible client at `https://mcp.tableau.com` and complete the OAuth sign-in flow when prompted.
|
|
25
25
|
|
|
26
|
-
See [Popular Client Integrations](https://tableau.github.io/tableau-mcp/hosted-tableau-mcp/client-integrations) for step-by-step setup instructions for Slack, Claude, ChatGPT, and other common AI clients.
|
|
26
|
+
See [Popular Client Integrations](https://tableau.github.io/tableau-mcp/docs/hosted-tableau-mcp/client-integrations) for step-by-step setup instructions for Slack, Claude, ChatGPT, and other common AI clients.
|
|
27
27
|
|
|
28
|
-
> **Tableau Server customers** and Cloud customers who require self-hosted infrastructure should see the [Enterprise Deployment](https://tableau.github.io/tableau-mcp/enterprise
|
|
28
|
+
> **Tableau Server customers** and Cloud customers who require self-hosted infrastructure should see the [Enterprise Deployment](https://tableau.github.io/tableau-mcp/docs/enterprise) and [Self-Hosted Getting Started](https://tableau.github.io/tableau-mcp/docs/getting-started) guides.
|
|
29
29
|
|
|
30
30
|
### Self-Hosted / Local (npx)
|
|
31
31
|
|
|
@@ -48,7 +48,7 @@ The quickest way to run Tableau MCP locally. Requires [Node.js](https://nodejs.o
|
|
|
48
48
|
}
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
For Docker, building from source, and other self-hosted options, see the [Getting Started guide](https://tableau.github.io/tableau-mcp/getting-started
|
|
51
|
+
For Docker, building from source, and other self-hosted options, see the [Getting Started guide](https://tableau.github.io/tableau-mcp/docs/getting-started).
|
|
52
52
|
|
|
53
53
|
## Deploy to Heroku
|
|
54
54
|
|