@aborruso/ckan-mcp-server 0.4.16 → 0.4.17

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/LOG.md +19 -0
  2. package/package.json +1 -1
package/LOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  ## 2026-01-23
4
4
 
5
+ ### Release v0.4.17
6
+
7
+ - Published to npm: `@aborruso/ckan-mcp-server@0.4.17`
8
+ - Aligned with GitHub tag `v0.4.17`
9
+
10
+ ### MQA Quality Metrics - Identifier normalization and disambiguation
11
+
12
+ - **Fix**: Normalize identifiers for data.europa.eu lookups (lowercase, collapse hyphens)
13
+ - **Fix**: Retry with disambiguation suffixes (`~~1`, `~~2`) when base identifier 404s
14
+ - **Result**: MQA quality now matches portal IDs for datasets like Beinasco (with `~~1`)
15
+ - **Improved errors**: clearer message when identifier is not aligned
16
+ - **Files modified**: `src/tools/quality.ts`, `tests/integration/quality.test.ts`
17
+ - **Deployed**: Cloudflare Workers v0.4.17
18
+
19
+ ### Release v0.4.16
20
+
21
+ - Published to npm: `@aborruso/ckan-mcp-server@0.4.16`
22
+ - Aligned with GitHub tag `v0.4.16`
23
+
5
24
  ### MQA Quality Metrics - Fix identifier format
6
25
 
7
26
  - **Bug fix**: Identifier transformation for data.europa.eu API compatibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aborruso/ckan-mcp-server",
3
- "version": "0.4.16",
3
+ "version": "0.4.17",
4
4
  "description": "MCP server for interacting with CKAN open data portals",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",