@fractary/codex 0.12.14 → 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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 =
|
|
3915
|
+
const { backup = false } = options;
|
|
3916
3916
|
let existingConfig = { mcpServers: {} };
|
|
3917
3917
|
let backupPath;
|
|
3918
3918
|
let migrated = false;
|