@aborruso/ckan-mcp-server 0.4.26 → 0.4.27
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.
- package/LOG.md +10 -0
- package/dist/worker.js +102 -93
- package/package.json +1 -1
package/LOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# LOG
|
|
2
2
|
|
|
3
|
+
## 2026-01-31
|
|
4
|
+
|
|
5
|
+
### Release v0.4.27
|
|
6
|
+
|
|
7
|
+
- ckan_package_show: clarify dates (Issued/Modified vs harvest) and add metadata_harvested_at
|
|
8
|
+
- Resources: surface Access Service endpoints and effective download URL fallback
|
|
9
|
+
- Docs: add SPARQL examples + CKAN vs SPARQL comparison
|
|
10
|
+
- Tests: add package_show formatting/unit coverage
|
|
11
|
+
- Files: `src/tools/package.ts`, `tests/fixtures/responses/package-show-success.json`, `tests/unit/package-show-formatting.test.ts`, `docs/sparql-examples.md`, `src/server.ts`, `src/worker.ts`, `package.json`, `package-lock.json`
|
|
12
|
+
|
|
3
13
|
## 2026-01-29
|
|
4
14
|
|
|
5
15
|
### Release v0.4.26
|