@fractary/codex-mcp 0.3.6 → 0.4.0
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/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -5583,7 +5583,7 @@ var {
|
|
|
5583
5583
|
Help
|
|
5584
5584
|
} = import_index.default;
|
|
5585
5585
|
|
|
5586
|
-
//
|
|
5586
|
+
// node_modules/@fractary/codex/dist/index.js
|
|
5587
5587
|
init_cjs_shims();
|
|
5588
5588
|
var import_path = __toESM(require("path"), 1);
|
|
5589
5589
|
var import_child_process = require("child_process");
|
|
@@ -12236,7 +12236,7 @@ var safeLoad = renamed("safeLoad", "load");
|
|
|
12236
12236
|
var safeLoadAll = renamed("safeLoadAll", "loadAll");
|
|
12237
12237
|
var safeDump = renamed("safeDump", "dump");
|
|
12238
12238
|
|
|
12239
|
-
//
|
|
12239
|
+
// node_modules/@fractary/codex/dist/index.js
|
|
12240
12240
|
var import_promises = __toESM(require("fs/promises"), 1);
|
|
12241
12241
|
var FORBIDDEN_PATTERNS = [
|
|
12242
12242
|
/^\//,
|