@expcat/tigercat-mcp 2.0.19 → 2.1.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -724,7 +724,7 @@ function keywordMatches(task, normalizedTask, keyword) {
|
|
|
724
724
|
var JSON_MIME = "application/json";
|
|
725
725
|
var MARKDOWN_MIME = "text/markdown";
|
|
726
726
|
var TIGERCAT_SERVER_INSTRUCTIONS = [
|
|
727
|
-
"Tigercat is a Tailwind CSS React + Vue 3 UI library (
|
|
727
|
+
"Tigercat is a Tailwind CSS React + Vue 3 UI library (172 components, imported from",
|
|
728
728
|
"@expcat/tigercat-react / @expcat/tigercat-vue PascalCase subpaths such as",
|
|
729
729
|
"@expcat/tigercat-react/Button). Use this server BEFORE writing or reviewing any code",
|
|
730
730
|
"that touches Tigercat \u2014 it returns exact import subpaths, props/events, and",
|
package/package.json
CHANGED