hs-code-classifier-mcp 1.0.29 → 1.0.31
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.30] - 2026-06-29
|
|
4
|
+
- feat: add GET /.well-known/glama.json ownership endpoint for Glama registry verification
|
|
5
|
+
|
|
3
6
|
## [1.0.29] - 2026-06-28
|
|
4
7
|
- fix: gate email dedup — notifyGateHit now async with hs:gate_email:{ip} Redis key, 1-hour TTL; retries suppressed
|
|
5
8
|
- fix: 402 gate response agent_action changed to HALT_WORKFLOW; retryable: false, retry_after_ms: null already present
|
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.31",
|
|
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",
|