@aborruso/ckan-mcp-server 0.4.35 → 0.4.36
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 +9 -3
- package/dist/index.js +1 -1
- package/dist/worker.js +73 -70
- package/package.json +1 -1
package/LOG.md
CHANGED
|
@@ -2,15 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
## 2026-02-01
|
|
4
4
|
|
|
5
|
-
### Release v0.4.
|
|
5
|
+
### Release v0.4.36
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- Fix: align server and worker reported version with package version
|
|
8
|
+
- Fix: update worker health tool count
|
|
9
|
+
- Files: `src/server.ts`, `src/worker.ts`
|
|
9
10
|
|
|
10
11
|
### Unreleased
|
|
11
12
|
|
|
12
13
|
- None
|
|
13
14
|
|
|
15
|
+
### Release v0.4.35
|
|
16
|
+
|
|
17
|
+
- Tests: adjust MQA metrics details fixture to include scoring entries
|
|
18
|
+
- Files: `tests/integration/quality.test.ts`
|
|
19
|
+
|
|
14
20
|
### Release v0.4.34
|
|
15
21
|
|
|
16
22
|
- MQA: add detailed quality reasons tool with metrics flag parsing
|
package/dist/index.js
CHANGED