quantum-suitability-validator-mcp 1.0.19 → 1.0.20
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 +3 -0
- package/package.json +1 -1
- package/token.tmp +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.20] - 2026-06-25
|
|
4
|
+
- fix: .npmignore was missing token.tmp/*.tmp -- a stray token.tmp file shipped in the v1.0.19 npm tarball. Added token.tmp, *.tmp, .claude/, SYSTEM_PROMPT.md, MCP-Build-Playbook* to .npmignore.
|
|
5
|
+
|
|
3
6
|
## [1.0.19] - 2026-06-25
|
|
4
7
|
- Task 1 audit (purpose verb + required fields): already correct on both tools -- ASSESS_DESCRIPTION/REPORT_DESCRIPTION already start with recognized verbs (Analyzes/Generates), and Zod input schemas (problem_description required on both; profile, current_classical_method, constraints_description also required on quantum_readiness_report) already produce a correct `required` array via the SDK's Zod-to-JSON-Schema conversion. No changes needed.
|
|
5
8
|
- feat: calls_remaining field added to both tool responses -- "unlimited" for quantum_readiness_report (paid-only) and for paid quantum_assess_problem callers, numeric free-tier headroom otherwise
|
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.20",
|
|
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",
|
package/token.tmp
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"title":"Unauthorized","status":401,"detail":"Token exchange failed","errors":[{"message":"failed to get GitHub user: GitHub API error (status 401): {\r\n \"message\": \"Bad credentials\",\r\n \"documentation_url\": \"https://docs.github.com/rest\",\r\n \"status\": \"401\"\r\n}"}]}
|