hs-code-classifier-mcp 1.0.25 → 1.0.26
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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.26] - 2026-06-25
|
|
4
|
+
- feat: calls_remaining field added to every successful tool response -- "unlimited" for paid keys (hs_validate_code is always paid-gated), numeric free-tier headroom for hs_classify_product
|
|
5
|
+
- feat: verdict_ttl field added to both tools (2592000s/30 days -- HS codes are stable)
|
|
6
|
+
- feat: data_source_status field added (full/degraded/partial). hs_classify_product now wraps the Anthropic ranking call in try/catch -- falls back to the top official HSPing match (confidence LOW, AMBIGUOUS verdict) and reports "partial" if AI ranking fails, since Anthropic is not the critical source for this tool (HSPing is). hs_validate_code's AI mismatch-detection call is intentionally left unwrapped -- no existing verdict in its fixed enum (VALID/INVALID/MISMATCH/OUTDATED) safely represents "could not verify", so a hard failure was kept rather than risking a silently wrong compliance verdict; always reports "full" when it returns at all.
|
|
7
|
+
|
|
3
8
|
## [1.0.25] - 2026-06-24
|
|
4
9
|
- feat: unauthenticated /public-stats endpoint -- first_deployed, lifetime tool calls, uptime %, version, for agent orchestrators evaluating server trustworthiness
|
|
5
10
|
- feat: /process-trial-followups endpoint + 24h follow-up record on trial-extension grant
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hs-code-classifier-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"description": "HS code classifier for AI agents. Classifies products to official 6-digit tariff codes before customs declarations or duty calculations. VERIFIED verdict in one call.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|