familiar-vtt 2.9.0 → 2.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "familiar-vtt",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "Your AI co-pilot for Foundry VTT. 188 tools across 24 domains — characters, combat, scenes, canvas, audio, voices, images, and more.",
5
5
  "type": "module",
6
6
  "engines": {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "scripts": {
21
21
  "prebuild": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
22
- "build": "npm run build:server && npm run build:schemas && npm run build:module",
22
+ "build": "npm run build:server && npm run build:schemas && npm run build:module && npm run build:mcp-package",
23
23
  "build:server": "tsc -p tsconfig.server.json",
24
24
  "build:schemas": "tsx scripts/generate-tool-schemas.ts",
25
25
  "build:module": "node scripts/build-module.mjs",