@fractary/codex 0.12.13 → 0.12.16

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/dist/index.cjs CHANGED
@@ -3912,7 +3912,7 @@ ${relativeCachePath}
3912
3912
  }
3913
3913
  async function installMcpServer(projectRoot, configPath = ".fractary/config.yaml", options = {}) {
3914
3914
  const mcpJsonPath = path3__namespace.join(projectRoot, ".mcp.json");
3915
- const { backup = true } = options;
3915
+ const { backup = false } = options;
3916
3916
  let existingConfig = { mcpServers: {} };
3917
3917
  let backupPath;
3918
3918
  let migrated = false;