Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@morphllm/morph-setup

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morphllm/morph-setup - npm Package Compare versions

Comparing version
1.0.25
to
1.0.26
+4
-4
dist/index.js

@@ -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 @@ });

{
"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",