@morphllm/morph-setup
Advanced tools
+4
-4
@@ -605,3 +605,3 @@ #!/usr/bin/env node | ||
| // src/mcp-version.ts | ||
| var MCP_VERSION = "0.8.178"; | ||
| var MCP_VERSION = "0.8.179"; | ||
@@ -630,3 +630,3 @@ // src/mcp-install.ts | ||
| function buildMorphArgs(input) { | ||
| const args = ["-y", MCP_PACKAGE]; | ||
| const args = ["--prefer-offline", "-y", MCP_PACKAGE]; | ||
| if (input.apiKey) args.push("--api-key", input.apiKey); | ||
@@ -643,3 +643,3 @@ return args; | ||
| lines.push("enabled = true"); | ||
| lines.push("startup_timeout_sec = 45"); | ||
| lines.push("startup_timeout_sec = 120"); | ||
| const env = []; | ||
@@ -745,3 +745,3 @@ if (input.apiKey) env.push(`MORPH_API_KEY = "${tomlEscapeString(input.apiKey)}"`); | ||
| try { | ||
| await execFileAsync("amp", ["mcp", "add", "morph-mcp", "--", "npx", "-y", MCP_PACKAGE], { | ||
| await execFileAsync("amp", ["mcp", "add", "morph-mcp", "--", "npx", "--prefer-offline", "-y", MCP_PACKAGE], { | ||
| windowsHide: true | ||
@@ -748,0 +748,0 @@ }); |
+1
-1
| { | ||
| "name": "@morphllm/morph-setup", | ||
| "version": "1.0.25", | ||
| "version": "1.0.26", | ||
| "description": "Install Morph MCP and bundled skills onto coding agents", | ||
@@ -5,0 +5,0 @@ "type": "module", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
66719
0.06%