@triedotdev/mcp 1.0.9 → 1.0.10

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.
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  TrieFixTool,
4
4
  TrieScanTool
5
- } from "../chunk-Z3GM6UVW.js";
5
+ } from "../chunk-6COGXQXQ.js";
6
6
  import "../chunk-3CS6Z2SL.js";
7
7
  import "../chunk-MR755QGT.js";
8
8
  import "../chunk-6NLHFIYA.js";
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  getAgentRegistry,
13
13
  getPrompt,
14
14
  getSystemPrompt
15
- } from "./chunk-Z3GM6UVW.js";
15
+ } from "./chunk-6COGXQXQ.js";
16
16
  import "./chunk-3CS6Z2SL.js";
17
17
  import "./chunk-MR755QGT.js";
18
18
  import "./chunk-6NLHFIYA.js";
@@ -3025,7 +3025,8 @@ var TriePRReviewTool = class {
3025
3025
  pr,
3026
3026
  worktree,
3027
3027
  mode,
3028
- files: specificFiles
3028
+ files: _specificFiles
3029
+ // Reserved for future file filtering
3029
3030
  } = args;
3030
3031
  try {
3031
3032
  const prInfo = await this.getPRInfo(pr, worktree);