hs-code-classifier-mcp 1.0.10 → 1.0.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.14] - 2026-06-11
4
+ - feat: per-tool kill switch + per-minute rate limiting on AI tools
5
+
6
+ ## [1.0.13] - 2026-06-08
7
+ - fix: BEFORE trigger language, consequence-first limit error
8
+
9
+ ## [1.0.12] - 2026-06-05
10
+ - feat: Smithery optimisation - updated package.json description/keywords and smithery.yaml with system prompt
11
+
12
+ ## [1.0.11] - 2026-06-04
13
+ - feat: /daily-report endpoint for consolidated daily summary
14
+
3
15
  ## [1.0.10] - 2026-06-04
4
16
 
5
17
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hs-code-classifier-mcp",
3
- "version": "1.0.10",
4
- "description": "MCP server for HS code classification and validation using official government tariff schedules",
3
+ "version": "1.0.14",
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",
7
7
  "license": "MIT",
@@ -9,13 +9,16 @@
9
9
  "mcpName": "io.github.OjasKord/hs-code-classifier-mcp-server",
10
10
  "keywords": [
11
11
  "mcp",
12
- "agent",
13
12
  "hs-code",
13
+ "harmonized-system",
14
14
  "customs",
15
15
  "tariff",
16
- "trade",
16
+ "trade-compliance",
17
+ "import-export",
18
+ "duty",
17
19
  "classification",
18
- "compliance"
20
+ "trade-finance",
21
+ "supply-chain"
19
22
  ],
20
23
  "scripts": {
21
24
  "start": "node dist/index.js",