tailwindcss-docs-mcp 1.0.2 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # tailwindcss-docs-mcp
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/tailwindcss-docs-mcp)](https://www.npmjs.com/package/tailwindcss-docs-mcp)
4
+ [![Smithery](https://smithery.ai/badge/@vitalis/tailwindcss-docs-mcp)](https://smithery.ai/server/@vitalis/tailwindcss-docs-mcp)
4
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
5
6
 
6
7
  Local semantic search for Tailwind CSS documentation via [Model Context Protocol](https://modelcontextprotocol.io).
@@ -47,6 +48,15 @@ Add to your project's `.mcp.json`:
47
48
 
48
49
  </details>
49
50
 
51
+ <details>
52
+ <summary>Smithery</summary>
53
+
54
+ ```bash
55
+ npx -y @smithery/cli@latest install @vitalis/tailwindcss-docs-mcp --client claude
56
+ ```
57
+
58
+ </details>
59
+
50
60
  ### First run
51
61
 
52
62
  On first boot the embedding model (~27 MB) downloads in the background. The server is usable immediately — tools that need embeddings will return a status message until the model is ready.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss-docs-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "description": "Local semantic search for Tailwind CSS documentation via Model Context Protocol",
6
6
  "license": "MIT",