quantum-suitability-validator-mcp 1.0.12 → 1.0.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.13] - 2026-06-17
4
+ - fix: Stripe webhook now validates payment_link ID — ignores events not belonging to this server
5
+ - fix: webhook route registered before express.json() — raw body now reaches signature verifier correctly
6
+
3
7
  ## [1.0.12] - 2026-06-16
4
8
  - feat: ATO optimisation — purpose verb, usage context, required fields, ToolRank badge
5
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-suitability-validator-mcp",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Quantum computing suitability validator for AI agents. Screens problems for quantum advantage before budget allocation. QUANTUM/CLASSICAL verdict in one call.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -0,0 +1,5 @@
1
+ {
2
+ "token_footprint_min": 120,
3
+ "token_footprint_max": 800,
4
+ "token_footprint_avg": 350
5
+ }