@jvittechs/jai1-mcp 1.1.0 → 1.1.1

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jvittechs/jai1-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "MCP stdio proxy for Jai1 MCP Server - connects IDE AI agents to Jai1 developer tools",
5
5
  "type": "module",
6
6
  "bin": {
@@ -39,7 +39,7 @@
39
39
  "vitest": "^2.1.4"
40
40
  },
41
41
  "scripts": {
42
- "build": "tsup src/index.ts --format esm --target node22 --out-dir dist --sourcemap --dts",
42
+ "build": "tsup src/index.ts --format esm --target node22 --out-dir dist --sourcemap --dts && chmod +x dist/index.js",
43
43
  "dev": "tsx src/index.ts",
44
44
  "lint": "eslint .",
45
45
  "test": "vitest run",