@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.js CHANGED
@@ -3888,7 +3888,7 @@ ${relativeCachePath}
3888
3888
  }
3889
3889
  async function installMcpServer(projectRoot, configPath = ".fractary/config.yaml", options = {}) {
3890
3890
  const mcpJsonPath = path3.join(projectRoot, ".mcp.json");
3891
- const { backup = true } = options;
3891
+ const { backup = false } = options;
3892
3892
  let existingConfig = { mcpServers: {} };
3893
3893
  let backupPath;
3894
3894
  let migrated = false;