jorgex-stack 1.0.12 → 1.0.13

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 (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -855,7 +855,7 @@ ${agent.body}`,
855
855
  continue;
856
856
  }
857
857
  const command = server.command === "{{ENGRAM_BIN}}" ? ctx.engramBin : server.command;
858
- servers[name] = { command, args: server.args ?? [] };
858
+ servers[name] = { type: "stdio", command, args: server.args ?? [] };
859
859
  } else {
860
860
  const previous = servers[name];
861
861
  const headers = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jorgex-stack",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Harness multi-agente portable: instala la config JorgeX (agentes, skills, hooks, Engram, MCPs) en Claude Code, Codex CLI y OpenCode",
5
5
  "type": "module",
6
6
  "license": "MIT",