claudia-orchestrator 0.1.3 → 0.1.5
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 +1 -1
- package/scripts/postinstall.js +1 -0
package/package.json
CHANGED
package/scripts/postinstall.js
CHANGED
|
@@ -10,6 +10,7 @@ const __dirname = dirname(__filename);
|
|
|
10
10
|
|
|
11
11
|
// List of files that need executable permissions
|
|
12
12
|
const executableFiles = [
|
|
13
|
+
'dist/server.js',
|
|
13
14
|
'dist/mcp-server/index.js',
|
|
14
15
|
// node-pty spawn-helper loses execute permission when pnpm extracts prebuilds
|
|
15
16
|
'node_modules/.pnpm/node-pty@1.1.0/node_modules/node-pty/prebuilds/darwin-arm64/spawn-helper',
|