@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 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(import.meta.resolve("@runeya/packages-mcp-server"));
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: {