@lightcone-ai/daemon 0.9.23 → 0.9.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightcone-ai/daemon",
3
- "version": "0.9.23",
3
+ "version": "0.9.25",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -243,7 +243,7 @@ export class AgentManager {
243
243
  if (a === '{kuaishou_profile_dir}')
244
244
  return profileDir('kuaishou', config.userId ?? 'default');
245
245
  if (a === '{publisher_mcp_path}')
246
- return new URL('../mcp-servers/publisher/index.js', import.meta.url).pathname;
246
+ return new URL('../../mcp-servers/publisher/index.js', import.meta.url).pathname;
247
247
  return a;
248
248
  });
249
249
  const resolvedEnv = {};