@triedotdev/mcp 1.0.36 → 1.0.37
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/README.md +187 -8
- package/dist/{chunk-ZTQ2QWUQ.js → chunk-QFTSX2BX.js} +1831 -209
- package/dist/chunk-QFTSX2BX.js.map +1 -0
- package/dist/{chunk-OKCVAJDR.js → chunk-VSCPOIWS.js} +2 -2
- package/dist/cli/yolo-daemon.js +2 -2
- package/dist/index.js +2 -2
- package/dist/workers/agent-worker.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-ZTQ2QWUQ.js.map +0 -1
- /package/dist/{chunk-OKCVAJDR.js.map → chunk-VSCPOIWS.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CustomAgent,
|
|
3
3
|
getAgentRegistry
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QFTSX2BX.js";
|
|
5
5
|
import {
|
|
6
6
|
ProgressReporter
|
|
7
7
|
} from "./chunk-OB45V2QC.js";
|
|
@@ -6437,4 +6437,4 @@ export {
|
|
|
6437
6437
|
loadConfig,
|
|
6438
6438
|
TrieScanTool
|
|
6439
6439
|
};
|
|
6440
|
-
//# sourceMappingURL=chunk-
|
|
6440
|
+
//# sourceMappingURL=chunk-VSCPOIWS.js.map
|
package/dist/cli/yolo-daemon.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -7,12 +7,12 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
TrieScanTool,
|
|
9
9
|
loadConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-VSCPOIWS.js";
|
|
11
11
|
import {
|
|
12
12
|
CRITICAL_REVIEW_CHECKLIST,
|
|
13
13
|
SuperReviewerAgent,
|
|
14
14
|
getAgentRegistry
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-QFTSX2BX.js";
|
|
16
16
|
import "./chunk-3CS6Z2SL.js";
|
|
17
17
|
import "./chunk-OB45V2QC.js";
|
|
18
18
|
import {
|