@adhdev/daemon-core 0.9.76-rc.5 → 0.9.76-rc.7

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.mjs CHANGED
@@ -19903,7 +19903,7 @@ function resolveAdhdevMcpServerLaunch(options) {
19903
19903
  if (!entryPath) return null;
19904
19904
  return {
19905
19905
  command: options.nodeExecutable?.trim() || process.execPath,
19906
- args: [entryPath, "--repo-mesh", options.meshId]
19906
+ args: [entryPath, "--mode", "ipc", "--repo-mesh", options.meshId]
19907
19907
  };
19908
19908
  }
19909
19909
  function resolveAdhdevMcpEntryPath(explicitPath) {
@@ -21505,7 +21505,8 @@ var DaemonCommandRouter = class {
21505
21505
  };
21506
21506
  if (args?.inlineMesh) {
21507
21507
  mcpServerEntry.env = {
21508
- ADHDEV_INLINE_MESH: JSON.stringify(mesh)
21508
+ ADHDEV_INLINE_MESH: JSON.stringify(mesh),
21509
+ ADHDEV_MCP_TRANSPORT: "ipc"
21509
21510
  };
21510
21511
  }
21511
21512
  const mcpConfig = {