@runeya/runeya 2.0.2 → 2.0.3
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/{dist-AOEI4AFR.js → dist-KSETQNTN.js} +3 -3
- package/{dist-AOEI4AFR.js.map → dist-KSETQNTN.js.map} +1 -1
- package/index.js +1 -1
- package/mcp-server/index.d.ts +1 -0
- package/mcp-server/index.js +64 -0
- package/mcp-server/index.js.map +1 -0
- package/package.json +1 -1
package/agent/index.js
CHANGED
|
@@ -4732,7 +4732,7 @@ var AiSpawnManager = class {
|
|
|
4732
4732
|
const args = [...opts.args];
|
|
4733
4733
|
if (opts.enableMcp && opts.cli === "claude") {
|
|
4734
4734
|
try {
|
|
4735
|
-
const mcpServerPath = fileURLToPath(
|
|
4735
|
+
const mcpServerPath = fileURLToPath(new URL("../mcp-server/index.js", import.meta.url));
|
|
4736
4736
|
const mcpConfig = JSON.stringify({
|
|
4737
4737
|
mcpServers: {
|
|
4738
4738
|
runeya: {
|