@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.js CHANGED
@@ -20090,7 +20090,7 @@ function resolveAdhdevMcpServerLaunch(options) {
20090
20090
  if (!entryPath) return null;
20091
20091
  return {
20092
20092
  command: options.nodeExecutable?.trim() || process.execPath,
20093
- args: [entryPath, "--repo-mesh", options.meshId]
20093
+ args: [entryPath, "--mode", "ipc", "--repo-mesh", options.meshId]
20094
20094
  };
20095
20095
  }
20096
20096
  function resolveAdhdevMcpEntryPath(explicitPath) {
@@ -21692,7 +21692,8 @@ var DaemonCommandRouter = class {
21692
21692
  };
21693
21693
  if (args?.inlineMesh) {
21694
21694
  mcpServerEntry.env = {
21695
- ADHDEV_INLINE_MESH: JSON.stringify(mesh)
21695
+ ADHDEV_INLINE_MESH: JSON.stringify(mesh),
21696
+ ADHDEV_MCP_TRANSPORT: "ipc"
21696
21697
  };
21697
21698
  }
21698
21699
  const mcpConfig = {