@decaf-ts/mcp-server 1.0.2 → 1.0.3

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
@@ -24,7 +24,7 @@
24
24
  "reset": "rm -rf * && git checkout . && git pull && npm run do-install",
25
25
  "build": "npx build-scripts --dev && npm run make-exec",
26
26
  "build:prod": "npx build-scripts --prod && npm run make-exec",
27
- "build:dist": "rimraf ./dist && npx build-scripts --buildMode bundle --entry ./src/bin/cli.ts --prod && npm run make-exec-dist",
27
+ "build:dist": "rimraf ./dist && npx build-scripts --buildMode bundle --entry ./src/bin/cli.ts --prod && npm run make-exec-dist",
28
28
  "make-exec": "chmod u+x ./lib/bin/cli.cjs && sed -i '1i #!/usr/bin/env node' ./lib/bin/cli.cjs",
29
29
  "make-exec-dist": "chmod u+x ./dist/mcp-server.cjs && sed -i '1i #!/usr/bin/env node' ./dist/mcp-server.cjs",
30
30
  "build:public": "npm run build:dist && npm run obfuscate-assets -- --remove-original-in /lib/,/dist/",
@@ -101,5 +101,5 @@
101
101
  "uuid": "^13.0.0"
102
102
  },
103
103
  "license": "AGPL-3.0",
104
- "version": "1.0.2"
104
+ "version": "1.0.3"
105
105
  }