mcp-chilegob-dataset 0.3.1 → 0.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-chilegob-dataset",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "MCP server exposing Chile's open government dataset portal (datos.gob.cl / CKAN API v3)",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -34,7 +34,8 @@
34
34
  "build": "tsc",
35
35
  "start": "node dist/index.js",
36
36
  "typecheck": "tsc --noEmit",
37
- "prepublishOnly": "tsc",
37
+ "prepublishOnly": "npm run build",
38
+ "postbuild": "node scripts/add-shebang.mjs",
38
39
  "test": "vitest run"
39
40
  },
40
41
  "dependencies": {
@@ -1,6 +0,0 @@
1
- import { defineConfig } from 'vitest/config';
2
- export default defineConfig({
3
- test: {
4
- environment: 'node',
5
- },
6
- });
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes