@infinitedusky/indusk-mcp 1.5.13 → 1.5.14

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.
@@ -604,7 +604,8 @@ function printMcpInstructions(name, manifest) {
604
604
  }
605
605
  catch (e) {
606
606
  const err = e;
607
- console.info(` ${name}: auto-add failed. ${err.stderr?.trim() || err.message || ""}`);
607
+ const stderr = err.stderr ? String(err.stderr).trim() : "";
608
+ console.info(` ${name}: auto-add failed. ${stderr || err.message || ""}`);
608
609
  console.info(` command was: ${cmd}`);
609
610
  }
610
611
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infinitedusky/indusk-mcp",
3
- "version": "1.5.13",
3
+ "version": "1.5.14",
4
4
  "description": "InDusk development system — skills, MCP tools, and CLI for structured AI-assisted development",
5
5
  "type": "module",
6
6
  "files": [