@aborruso/ckan-mcp-server 0.4.22 → 0.4.23

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 +6 -0
  2. package/package.json +1 -1
package/LOG.md CHANGED
@@ -2,9 +2,15 @@
2
2
 
3
3
  ## 2026-01-26
4
4
 
5
+ ### Release v0.4.23
6
+
7
+ - Fix MQA quality score maximum from 450 to 405 (correct max: 100+100+110+75+20)
8
+ - Files modified: `src/tools/quality.ts:442`, `tests/integration/quality.test.ts:279,302`
9
+
5
10
  ### Release v0.4.22
6
11
 
7
12
  - Fix MQA identifier normalization to handle dot separators (e.g. `c_g273:D.1727` -> `c_g273-d-1727`)
13
+ - Workers deploy: https://ckan-mcp-server.andy-pr.workers.dev (2026-01-26)
8
14
 
9
15
  ### Release v0.4.21
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aborruso/ckan-mcp-server",
3
- "version": "0.4.22",
3
+ "version": "0.4.23",
4
4
  "description": "MCP server for interacting with CKAN open data portals",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",