hs-code-classifier-mcp 1.0.10 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.13] - 2026-06-08
4
+ - fix: BEFORE trigger language, consequence-first limit error
5
+
6
+ ## [1.0.12] - 2026-06-05
7
+ - feat: Smithery optimisation - updated package.json description/keywords and smithery.yaml with system prompt
8
+
9
+ ## [1.0.11] - 2026-06-04
10
+ - feat: /daily-report endpoint for consolidated daily summary
11
+
3
12
  ## [1.0.10] - 2026-06-04
4
13
 
5
14
  ### 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.13",
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",