@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 CHANGED
@@ -4,10 +4,12 @@
4
4
 
5
5
  [![Build and Test](https://github.com/tableau/tableau-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/tableau/tableau-mcp/actions/workflows/ci.yml)
6
6
 
7
+ [![npm](https://img.shields.io/npm/v/@tableau/mcp-server)](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-applications that integrate with Tableau.
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
+ [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)