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.
- package/README.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# tailwindcss-docs-mcp
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/tailwindcss-docs-mcp)
|
|
4
|
+
[](https://smithery.ai/server/@vitalis/tailwindcss-docs-mcp)
|
|
4
5
|
[](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.
|