@aborruso/ckan-mcp-server 0.4.92 → 0.4.93

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # LOG
2
2
 
3
+ ## 2026-03-24
4
+
5
+ ### v0.4.93
6
+
7
+ - fix(worker): return 405 immediately for GET /mcp — prevents bot scanners from hanging the Worker and consuming CPU quota
8
+
3
9
  ## 2026-03-23
4
10
 
5
11
  ### v0.4.92
package/dist/index.js CHANGED
@@ -5129,7 +5129,7 @@ var registerAllPrompts = (server) => {
5129
5129
  function createServer() {
5130
5130
  return new McpServer({
5131
5131
  name: "ckan-mcp-server",
5132
- version: "0.4.92"
5132
+ version: "0.4.93"
5133
5133
  });
5134
5134
  }
5135
5135
  function registerAll(server) {