@runeya/runeya 2.0.46 → 2.0.47
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/agent/index.js +1 -1
- package/agent/index.js.map +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{src-5QPLS5TQ.js → src-IFPDFIDZ.js} +3 -3
- package/src-IFPDFIDZ.js.map +1 -0
- package/src-5QPLS5TQ.js.map +0 -1
package/agent/index.js
CHANGED
|
@@ -5131,7 +5131,7 @@ function resolveSpawnEnvAndArgs(opts) {
|
|
|
5131
5131
|
}
|
|
5132
5132
|
}
|
|
5133
5133
|
});
|
|
5134
|
-
args.push("--mcp-config", mcpConfig
|
|
5134
|
+
args.push("--mcp-config", mcpConfig);
|
|
5135
5135
|
} catch (err) {
|
|
5136
5136
|
console.warn("[ai-spawn-manager] Failed to resolve MCP server path:", err.message);
|
|
5137
5137
|
}
|