@morphllm/morphmcp 0.8.37 → 0.8.38
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -78,7 +78,7 @@ if (args.length === 0 && !ENABLE_WORKSPACE_MODE) {
|
|
|
78
78
|
// Auto-Update System
|
|
79
79
|
// Checks for SDK updates periodically and installs them automatically
|
|
80
80
|
// =============================================================================
|
|
81
|
-
const AUTO_UPDATE_INTERVAL_MS = parseInt(process.env.AUTO_UPDATE_INTERVAL_MS || '
|
|
81
|
+
const AUTO_UPDATE_INTERVAL_MS = parseInt(process.env.AUTO_UPDATE_INTERVAL_MS || '1800000', 10); // Default: 30 minutes
|
|
82
82
|
const DISABLE_AUTO_UPDATE = process.env.DISABLE_AUTO_UPDATE === 'true';
|
|
83
83
|
// Get current installed version from package.json
|
|
84
84
|
async function getInstalledVersion(packageName) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morphllm/morphmcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.38",
|
|
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)",
|