@lightcone-ai/daemon 0.9.22 → 0.9.23
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 +1 -1
- package/src/agent-manager.js +1 -1
package/package.json
CHANGED
package/src/agent-manager.js
CHANGED
|
@@ -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('
|
|
246
|
+
return new URL('../mcp-servers/publisher/index.js', import.meta.url).pathname;
|
|
247
247
|
return a;
|
|
248
248
|
});
|
|
249
249
|
const resolvedEnv = {};
|