@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/index.cjs
CHANGED
|
@@ -2828,7 +2828,7 @@ init_cjs_shims();
|
|
|
2828
2828
|
// src/server.ts
|
|
2829
2829
|
init_cjs_shims();
|
|
2830
2830
|
|
|
2831
|
-
//
|
|
2831
|
+
// node_modules/@fractary/codex/dist/index.js
|
|
2832
2832
|
init_cjs_shims();
|
|
2833
2833
|
var import_path = __toESM(require("path"), 1);
|
|
2834
2834
|
var import_child_process = require("child_process");
|
|
@@ -9481,7 +9481,7 @@ var safeLoad = renamed("safeLoad", "load");
|
|
|
9481
9481
|
var safeLoadAll = renamed("safeLoadAll", "loadAll");
|
|
9482
9482
|
var safeDump = renamed("safeDump", "dump");
|
|
9483
9483
|
|
|
9484
|
-
//
|
|
9484
|
+
// node_modules/@fractary/codex/dist/index.js
|
|
9485
9485
|
var FORBIDDEN_PATTERNS = [
|
|
9486
9486
|
/^\//,
|
|
9487
9487
|
// Absolute paths
|