@zat-design/sisyphus-react-mcp 1.0.2 → 4.5.7

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/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react-mcp",
3
- "version": "1.0.2",
3
+ "version": "4.5.7",
4
4
  "description": "MCP server for @zat-design/sisyphus-react — 向 AI 编码助手暴露组件库的清单/API/示例查询能力",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "sisyphus-react-mcp": "src/index.mjs"
8
8
  },
9
9
  "scripts": {
10
- "prepublishOnly": "node scripts/check-meta.mjs"
10
+ "test": "node --test tests/*.test.mjs",
11
+ "check": "node scripts/check-meta.mjs && npm test"
11
12
  },
12
13
  "files": [
13
14
  "src",