purecontext-mcp 1.1.5 → 1.1.6

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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.0.0";
1
+ export declare const VERSION = "1.1.6";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.0.0';
1
+ export const VERSION = '1.1.6';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecontext-mcp",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Token-efficient source code navigation MCP server for AI agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "scripts": {
64
64
  "build": "npm run build:server && npm run build:ui",
65
- "build:server": "tsc",
65
+ "build:server": "node scripts/generate-version.mjs && tsc",
66
66
  "build:ui": "npm --prefix src/ui run build",
67
67
  "dev": "concurrently \"tsc --watch\" \"npm --prefix src/ui run dev\"",
68
68
  "test": "vitest run",