@triedotdev/mcp 1.0.38 → 1.0.39

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CustomAgent,
3
3
  getAgentRegistry
4
- } from "./chunk-HRNBSXN2.js";
4
+ } from "./chunk-B3MBKB2U.js";
5
5
  import {
6
6
  ProgressReporter
7
7
  } from "./chunk-OB45V2QC.js";
@@ -6912,4 +6912,4 @@ export {
6912
6912
  getContextForAI,
6913
6913
  TrieScanTool
6914
6914
  };
6915
- //# sourceMappingURL=chunk-TGEI55FP.js.map
6915
+ //# sourceMappingURL=chunk-HG5AWUH7.js.map
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  TrieScanTool
4
- } from "../chunk-TGEI55FP.js";
5
- import "../chunk-HRNBSXN2.js";
4
+ } from "../chunk-HG5AWUH7.js";
5
+ import "../chunk-B3MBKB2U.js";
6
6
  import "../chunk-3CS6Z2SL.js";
7
7
  import "../chunk-OB45V2QC.js";
8
8
  import {
package/dist/index.js CHANGED
@@ -9,12 +9,12 @@ import {
9
9
  getContextForAI,
10
10
  loadConfig,
11
11
  loadContextState
12
- } from "./chunk-TGEI55FP.js";
12
+ } from "./chunk-HG5AWUH7.js";
13
13
  import {
14
14
  CRITICAL_REVIEW_CHECKLIST,
15
15
  SuperReviewerAgent,
16
16
  getAgentRegistry
17
- } from "./chunk-HRNBSXN2.js";
17
+ } from "./chunk-B3MBKB2U.js";
18
18
  import "./chunk-3CS6Z2SL.js";
19
19
  import "./chunk-OB45V2QC.js";
20
20
  import {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getAgentRegistry
3
- } from "../chunk-HRNBSXN2.js";
3
+ } from "../chunk-B3MBKB2U.js";
4
4
  import "../chunk-3CS6Z2SL.js";
5
5
  import "../chunk-OB45V2QC.js";
6
6
  import "../chunk-IMFD4SJC.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triedotdev/mcp",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Intelligent Agent Orchestration for AI Coding Tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",