@expcat/tigercat-mcp 2.0.19 → 2.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/dist/index.js +1 -1
  2. 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 (149 components, imported from",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expcat/tigercat-mcp",
3
- "version": "2.0.19",
3
+ "version": "2.1.0",
4
4
  "type": "module",
5
5
  "description": "MCP server routing LLMs to Tigercat skill references, fetched from GitHub Pages by default with a local checkout fallback",
6
6
  "license": "MIT",