@aborruso/ckan-mcp-server 0.4.53 → 0.4.55
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/LICENSE.txt +1 -1
- package/LOG.md +7 -0
- package/README.bak.md +760 -0
- package/README.md +318 -296
- package/dist/index.js +2 -0
- package/dist/worker.js +156 -85
- package/package.json +1 -1
package/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025
|
|
3
|
+
Copyright (c) 2025 onData association info@ondata.it
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/LOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# LOG
|
|
2
2
|
|
|
3
|
+
## 2026-03-01
|
|
4
|
+
|
|
5
|
+
- docs: rewrite README intro — plain-language description, two-path table (local vs hosted), audience statement
|
|
6
|
+
- docs: add MIT license badge to README badge row
|
|
7
|
+
- docs: add "Use it in your favorite tool" section (ChatGPT, Claude Code, Claude Desktop, Gemini CLI, VS Code)
|
|
8
|
+
- docs: backup of previous README saved as README.bak.md
|
|
9
|
+
|
|
3
10
|
## 2026-02-28 (v0.4.53)
|
|
4
11
|
|
|
5
12
|
- feat: new tool `ckan_analyze_datasets` — search + DataStore schema introspection in one call; includes `info.label`/`info.notes` from DataStore Dictionary when available
|