@aborruso/ckan-mcp-server 0.4.48 → 0.4.49
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/index.js +272 -7074
- package/dist/worker.js +368 -725
- package/package.json +1 -1
package/LOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# LOG
|
|
2
2
|
|
|
3
|
+
## 2026-02-25 (v0.4.49)
|
|
4
|
+
|
|
5
|
+
- Disable DataStore Table UI component (MCP Apps) pending use-case design
|
|
6
|
+
- Reverted `registerAppTool` → `server.registerTool` in datastore.ts and package.ts
|
|
7
|
+
- Removed `_meta.ui`, `structuredContent` from tool responses
|
|
8
|
+
- Commented out UI resource registration in resources/index.ts
|
|
9
|
+
- Skipped UI test suite (6 tests)
|
|
10
|
+
- All source files preserved (`src/ui/`, `src/resources/datastore-table-ui.ts`)
|
|
11
|
+
- Tests: 227 passed, 6 skipped
|
|
12
|
+
|
|
3
13
|
## 2026-02-25 (v0.4.48)
|
|
4
14
|
|
|
5
15
|
- Add workflow guidance ("Typical workflow: ...") to all 15 tool docstrings
|