@triedotdev/mcp 1.0.60 → 1.0.62

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/main.js CHANGED
@@ -16,8 +16,8 @@ import {
16
16
  needsBootstrap,
17
17
  perceiveCurrentChanges,
18
18
  reasonAboutChangesHumanReadable
19
- } from "../chunk-DV3JQTLQ.js";
20
- import "../chunk-4EHBRED6.js";
19
+ } from "../chunk-NUT4G5AY.js";
20
+ import "../chunk-XSPS463E.js";
21
21
  import {
22
22
  findCrossProjectPatterns,
23
23
  getDailyLogs,
@@ -37,9 +37,9 @@ import {
37
37
  searchGlobalPatterns,
38
38
  searchIssues,
39
39
  updateGlobalMemoryMd
40
- } from "../chunk-3XWSM2DU.js";
40
+ } from "../chunk-S4VGGLXF.js";
41
41
  import "../chunk-MVUCBUBR.js";
42
- import "../chunk-C7LXN754.js";
42
+ import "../chunk-32WLOG6E.js";
43
43
  import {
44
44
  getWorkingDirectory
45
45
  } from "../chunk-ASGSTVVF.js";
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  TrieScanTool
4
- } from "../chunk-NM7ZVUHO.js";
5
- import "../chunk-4EHBRED6.js";
6
- import "../chunk-3XWSM2DU.js";
4
+ } from "../chunk-XXNE6HBE.js";
5
+ import "../chunk-XSPS463E.js";
6
+ import "../chunk-S4VGGLXF.js";
7
7
  import "../chunk-MVUCBUBR.js";
8
- import "../chunk-C7LXN754.js";
8
+ import "../chunk-32WLOG6E.js";
9
9
  import {
10
10
  getWorkingDirectory
11
11
  } from "../chunk-ASGSTVVF.js";
package/dist/index.js CHANGED
@@ -22,14 +22,14 @@ import {
22
22
  perceiveCurrentChanges,
23
23
  reasonAboutChangesHumanReadable,
24
24
  saveCheckpoint
25
- } from "./chunk-DV3JQTLQ.js";
25
+ } from "./chunk-NUT4G5AY.js";
26
26
  import {
27
27
  InteractiveDashboard,
28
28
  StreamingManager,
29
29
  TrieScanTool,
30
30
  loadConfig
31
- } from "./chunk-NM7ZVUHO.js";
32
- import "./chunk-4EHBRED6.js";
31
+ } from "./chunk-XXNE6HBE.js";
32
+ import "./chunk-XSPS463E.js";
33
33
  import {
34
34
  CRITICAL_REVIEW_CHECKLIST,
35
35
  SuperReviewerSkill,
@@ -54,11 +54,11 @@ import {
54
54
  searchGlobalPatterns,
55
55
  searchIssues,
56
56
  updateProjectSection
57
- } from "./chunk-3XWSM2DU.js";
57
+ } from "./chunk-S4VGGLXF.js";
58
58
  import "./chunk-MVUCBUBR.js";
59
59
  import {
60
60
  getOutputManager
61
- } from "./chunk-C7LXN754.js";
61
+ } from "./chunk-32WLOG6E.js";
62
62
  import {
63
63
  getWorkingDirectory
64
64
  } from "./chunk-ASGSTVVF.js";
@@ -6934,7 +6934,7 @@ var RequestHandlers = class {
6934
6934
  };
6935
6935
  }
6936
6936
  async handleAgentSmith(smithArgs) {
6937
- const { AgentSmithSkill } = await import("./agent-smith-4IJZHSNQ.js");
6937
+ const { AgentSmithSkill } = await import("./agent-smith-57MKX5QC.js");
6938
6938
  if (smithArgs.clear_memory) {
6939
6939
  const smith = new AgentSmithSkill();
6940
6940
  const result = await smith.clearMemory();
@@ -6962,7 +6962,7 @@ var RequestHandlers = class {
6962
6962
  }]
6963
6963
  };
6964
6964
  }
6965
- const agentSmithRunner = await import("./agent-smith-runner-4PE3GOUX.js");
6965
+ const agentSmithRunner = await import("./agent-smith-runner-ZU4R3I2Z.js");
6966
6966
  return await agentSmithRunner.runAgentSmith(smithArgs);
6967
6967
  }
6968
6968
  };
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  getSkillRegistry
3
- } from "../chunk-3XWSM2DU.js";
3
+ } from "../chunk-S4VGGLXF.js";
4
4
  import "../chunk-MVUCBUBR.js";
5
- import "../chunk-C7LXN754.js";
5
+ import "../chunk-32WLOG6E.js";
6
6
  import "../chunk-ASGSTVVF.js";
7
7
  import "../chunk-6NLHFIYA.js";
8
8
  import "../chunk-RAZUNSBI.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triedotdev/mcp",
3
- "version": "1.0.60",
3
+ "version": "1.0.62",
4
4
  "description": "Intelligent Agent Orchestration for AI Coding Tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",