zephex 2.0.11 → 2.0.15

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": "zephex",
3
- "version": "2.0.11",
3
+ "version": "2.0.15",
4
4
  "description": "Zephex MCP — codebase intelligence tools for AI coding agents. stdio server that runs locally, reads your project files, and proxies AI calls to the Zephex backend.",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",
@@ -11,7 +11,7 @@
11
11
  "dist/"
12
12
  ],
13
13
  "scripts": {
14
- "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && bun build --root src src/index.ts src/cli.ts src/tools/server.ts src/tools/context/index.ts src/tools/search/findCode.ts src/tools/reader/readCode.ts src/tools/architecture/index.ts src/tools/inspect_url/index.ts src/tools/thinking/index.ts src/tools/scope_task/index.ts src/tools/audit_headers/index.ts --outdir dist --target node --format esm",
14
+ "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && bun build --root src src/index.ts src/cli.ts src/tools/server.ts src/tools/context/index.ts src/tools/search/findCode.ts src/tools/reader/readCode.ts src/tools/architecture/index.ts src/tools/thinking/index.ts src/tools/scope_task/index.ts src/tools/audit_headers/index.ts --outdir dist --target node --format esm",
15
15
  "build:dashboard": "cd dashboard && rm -rf node_modules package-lock.json && npm install && npm run build",
16
16
  "build:all": "bun run build && bun run build:dashboard",
17
17
  "sentry:sourcemaps": "sentry-cli sourcemaps inject --org mpchub --project node ./dist && sentry-cli sourcemaps upload --org mpchub --project node ./dist",
@@ -74,6 +74,7 @@
74
74
  "puppeteer-core": "^24.40.0",
75
75
  "resend": "^6.9.4",
76
76
  "sanitize-html": "^2.17.2",
77
+ "undici": "^8.2.0",
77
78
  "zod": "^4.3.6"
78
79
  },
79
80
  "devDependencies": {