@adhdev/daemon-standalone 0.9.76-rc.5 → 0.9.76-rc.6

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
@@ -48341,7 +48341,7 @@ Run 'adhdev doctor' for detailed diagnostics.`
48341
48341
  if (!entryPath) return null;
48342
48342
  return {
48343
48343
  command: options.nodeExecutable?.trim() || process.execPath,
48344
- args: [entryPath, "--repo-mesh", options.meshId]
48344
+ args: [entryPath, "--mode", "ipc", "--repo-mesh", options.meshId]
48345
48345
  };
48346
48346
  }
48347
48347
  function resolveAdhdevMcpEntryPath(explicitPath) {
@@ -49937,7 +49937,8 @@ Run 'adhdev doctor' for detailed diagnostics.`
49937
49937
  };
49938
49938
  if (args?.inlineMesh) {
49939
49939
  mcpServerEntry.env = {
49940
- ADHDEV_INLINE_MESH: JSON.stringify(mesh)
49940
+ ADHDEV_INLINE_MESH: JSON.stringify(mesh),
49941
+ ADHDEV_MCP_TRANSPORT: "ipc"
49941
49942
  };
49942
49943
  }
49943
49944
  const mcpConfig = {