@tpsdev-ai/flair-mcp 0.53.0 → 0.54.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpsdev-ai/flair-mcp",
3
- "version": "0.53.0",
3
+ "version": "0.54.2",
4
4
  "description": "MCP server for Flair — persistent memory for Claude Code, Cursor, and any MCP client.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -16,8 +16,9 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "build": "tsc --noCheck",
19
+ "prebuild": "node ../../scripts/vendor-tool-descriptors.mjs packages/flair-mcp/src/tool-descriptors",
19
20
  "test": "bun test",
20
- "prepublishOnly": "npm run build",
21
+ "prepack": "npm run build",
21
22
  "postinstall": "node -e \"try{const{chmodSync,statSync}=require('fs');for(const p of ['dist/mcp-shim.cjs','dist/index.js','dist/session-start-hook.js','dist/continuity-capture-hook.js']){try{if(statSync(p).isFile()){chmodSync(p,0o755);console.error('@tpsdev-ai/flair-mcp: chmod +x ' + p + ' OK')}}catch(e){if(e.code!=='ENOENT')console.error('postinstall warn:',e.message)}}}catch(e){console.error('postinstall warn:',e.message)}\""
22
23
  },
23
24
  "publishConfig": {
@@ -28,7 +29,7 @@
28
29
  },
29
30
  "dependencies": {
30
31
  "@modelcontextprotocol/sdk": "1.27.1",
31
- "@tpsdev-ai/flair-client": "0.53.0",
32
+ "@tpsdev-ai/flair-client": "0.54.2",
32
33
  "zod": "4.3.6"
33
34
  },
34
35
  "license": "Apache-2.0",