@stackwright-pro/mcp 0.2.0-alpha.5 → 0.2.0-alpha.6

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/server.js CHANGED
@@ -3459,6 +3459,7 @@ var package_default = {
3459
3459
  vitest: "^4.0.18"
3460
3460
  },
3461
3461
  scripts: {
3462
+ prepublishOnly: "node scripts/verify-integrity-sync.js",
3462
3463
  build: "tsup",
3463
3464
  dev: "tsup --watch",
3464
3465
  start: "node dist/server.js",
@@ -3466,7 +3467,7 @@ var package_default = {
3466
3467
  "test:coverage": "vitest run --coverage"
3467
3468
  },
3468
3469
  name: "@stackwright-pro/mcp",
3469
- version: "0.2.0-alpha.5",
3470
+ version: "0.2.0-alpha.6",
3470
3471
  description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
3471
3472
  license: "PROPRIETARY",
3472
3473
  main: "./dist/server.js",