@aborruso/ckan-mcp-server 0.4.24 → 0.4.25

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 +7 -0
  2. package/package.json +1 -1
package/LOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # LOG
2
2
 
3
+ ## 2026-01-29
4
+
5
+ ### Release v0.4.25
6
+
7
+ - Add ANAC open data portal entry and aliases
8
+ - Files: `src/portals.json`, `src/server.ts`, `src/worker.ts`, `package.json`, `package-lock.json`
9
+
3
10
  ## 2026-01-28
4
11
 
5
12
  ### Release v0.4.24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aborruso/ckan-mcp-server",
3
- "version": "0.4.24",
3
+ "version": "0.4.25",
4
4
  "description": "MCP server for interacting with CKAN open data portals",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",