quantum-suitability-validator-mcp 1.0.11 → 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 +7 -0
- package/README.md +2 -0
- package/package.json +1 -1
- package/server-card.json +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
7
|
+
## [1.0.12] - 2026-06-16
|
|
8
|
+
- feat: ATO optimisation — purpose verb, usage context, required fields, ToolRank badge
|
|
9
|
+
|
|
3
10
|
## [1.0.11] - 2026-06-15
|
|
4
11
|
- feat: add hold_reason, retry_after, escalation_path to INVESTIGATE_FURTHER responses in quantum_assess_suitability
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Quantum Suitability Validator MCP
|
|
4
4
|
|
|
5
|
+
[](https://toolrank.dev/ranking)
|
|
6
|
+
|
|
5
7
|
MCP server that screens quantum computing POC proposals against expert decision rules -- before your agent escalates any initiative to a committee, allocates budget, or routes to a specialist.
|
|
6
8
|
|
|
7
9
|
## What it does
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quantum-suitability-validator-mcp",
|
|
3
|
-
"version": "1.0.
|
|
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",
|