@morphllm/morphmcp 0.8.38 → 0.8.39

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morphllm/morphmcp",
3
- "version": "0.8.38",
3
+ "version": "0.8.39",
4
4
  "description": "Fast & accurate MCP server with AI-powered file editing and intelligent code search. Prevents context pollution and saves time for a better user experience.",
5
5
  "license": "MIT",
6
6
  "author": "Morph (https://morphllm.com)",
@@ -29,13 +29,14 @@
29
29
  "build:obfuscated": "npm run build && npm run obfuscate",
30
30
  "obfuscate": "npx javascript-obfuscator dist --output dist --target node --compact true --string-array true --exclude '**/dist/__tests__/**'",
31
31
  "prepare": "npm run build",
32
+ "postinstall": "npm install @morphllm/morphsdk@latest --no-save --silent 2>/dev/null || true",
32
33
  "watch": "tsc --watch",
33
34
  "test": "jest --config=jest.config.cjs --coverage"
34
35
  },
35
36
  "dependencies": {
36
37
  "@google/generative-ai": "^0.21.0",
37
38
  "@modelcontextprotocol/sdk": "^1.12.3",
38
- "@morphllm/morphsdk": "*",
39
+ "@morphllm/morphsdk": "latest",
39
40
  "@vscode/ripgrep": "^1.15.14",
40
41
  "axios": "^1.6.0",
41
42
  "chalk": "^5.3.0",