@tableau/mcp-server 1.8.1 → 1.9.1
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 +7 -1
- package/build/index.js +35 -7918
- package/build/index.js.map +4 -4
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://github.com/tableau/tableau-mcp/actions/workflows/ci.yml)
|
|
6
6
|
|
|
7
|
+
[](https://www.npmjs.com/package/@tableau/mcp-server)
|
|
8
|
+
|
|
7
9
|
## Overview
|
|
8
10
|
|
|
9
11
|
Tableau MCP is a suite of developer primitives, including tools, resources and prompts, that will
|
|
10
|
-
make it easier for developers to build AI
|
|
12
|
+
make it easier for developers to build AI applications that integrate with Tableau.
|
|
11
13
|
|
|
12
14
|
## Official Documentation
|
|
13
15
|
|
|
@@ -38,3 +40,7 @@ Standard config works in most MCP clients:
|
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
```
|
|
43
|
+
|
|
44
|
+
## Deploy to Heroku
|
|
45
|
+
|
|
46
|
+
[](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)
|