@flemist/mcp-project-tools 3.0.11 → 3.0.12
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/build/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Command as u } from "commander";
|
|
2
|
-
import { S as c, a as p, b as f, A as g, p as m, s as d } from "./startMcpServer-
|
|
2
|
+
import { S as c, a as p, b as f, A as g, p as m, s as d } from "./startMcpServer-DqxPC2vp.js";
|
|
3
3
|
import * as i from "path";
|
|
4
4
|
import * as h from "fs";
|
|
5
5
|
import C from "deepmerge";
|
package/build/index.js
CHANGED
|
@@ -998,7 +998,7 @@ function Tr(r, t) {
|
|
|
998
998
|
}
|
|
999
999
|
return e;
|
|
1000
1000
|
}
|
|
1001
|
-
const Cr = "3.0.
|
|
1001
|
+
const Cr = "3.0.12", vr = {
|
|
1002
1002
|
version: Cr
|
|
1003
1003
|
}, ao = "Project Tools", lo = "project-tools", co = vr.version, uo = "d00f70240703039df14c76176a055bce6b5484d2b552ba2c89820f03b8e5e60d", Re = 25e3;
|
|
1004
1004
|
function Fe(r) {
|
|
@@ -2611,7 +2611,7 @@ function ds(r, t) {
|
|
|
2611
2611
|
"fs-snapshot-search-or-replace",
|
|
2612
2612
|
{
|
|
2613
2613
|
title: "Search/Replace File Contents in Snapshot",
|
|
2614
|
-
description: "Search/replace file contents using JS RegExp. Use this to find text patterns or perform bulk replacements across snapshot files",
|
|
2614
|
+
description: "Search/replace file contents using JS RegExp. Use this to find text patterns or perform bulk replacements across snapshot files. Combine all patterns into the `operations` array within one tool call; never split patterns across multiple tool calls",
|
|
2615
2615
|
inputSchema: wt.shape
|
|
2616
2616
|
},
|
|
2617
2617
|
async (s, o) => {
|
|
@@ -2630,7 +2630,7 @@ function ds(r, t) {
|
|
|
2630
2630
|
`), n += `✅ Search/replace in snapshot "${e.fsSnapshot.name}":
|
|
2631
2631
|
`, n += `Root directory (<root>/): ${e.rootDir}
|
|
2632
2632
|
`, n += `
|
|
2633
|
-
${e.output}`, n;
|
|
2633
|
+
${e.output}`, n += "\n\nReminder: combine all patterns into one `operations` array in one tool call; never split patterns across multiple tool calls", n;
|
|
2634
2634
|
}
|
|
2635
2635
|
);
|
|
2636
2636
|
}
|