@flemist/mcp-project-tools 3.0.17 → 3.0.18
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-DeGzhakZ.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
|
@@ -1086,7 +1086,7 @@ function qr(t, r) {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
return e;
|
|
1088
1088
|
}
|
|
1089
|
-
const Gr = "3.0.
|
|
1089
|
+
const Gr = "3.0.18", _r = {
|
|
1090
1090
|
version: Gr
|
|
1091
1091
|
}, $o = "Project Tools", Io = "project-tools", Mo = _r.version, To = "d00f70240703039df14c76176a055bce6b5484d2b552ba2c89820f03b8e5e60d", Be = 25e3;
|
|
1092
1092
|
function Le(t) {
|
|
@@ -2623,13 +2623,15 @@ function Ct(t) {
|
|
|
2623
2623
|
}
|
|
2624
2624
|
const xs = h.object({
|
|
2625
2625
|
pattern: h.string().describe("JS RegExp pattern"),
|
|
2626
|
-
flags: h.string().
|
|
2626
|
+
flags: h.string().default("gm").describe('JS RegExp flags. Default: "gm"')
|
|
2627
2627
|
}), vt = h.object({
|
|
2628
2628
|
snapshotName: h.string().optional().describe("Name of previously created filesystem snapshot, to use"),
|
|
2629
2629
|
snapshot: ee.optional().describe(
|
|
2630
2630
|
"Filesystem snapshot creation options JSON to automatically create snapshot"
|
|
2631
2631
|
),
|
|
2632
|
-
bulkOperations: h.array(xs).describe(
|
|
2632
|
+
bulkOperations: h.array(xs).describe(
|
|
2633
|
+
"All search patterns to execute; include every pattern here; never split across multiple calls"
|
|
2634
|
+
),
|
|
2633
2635
|
outputLimit: h.number().int().min(0).max(J).default(Q).describe(
|
|
2634
2636
|
`Maximum output characters. Output exceeding this limit will be truncated. Maximum: ${J}. Default: ${Q}`
|
|
2635
2637
|
)
|
|
@@ -2719,7 +2721,7 @@ Reminder: use one snapshot covering all target files; include all patterns in th
|
|
|
2719
2721
|
}
|
|
2720
2722
|
const Ms = h.object({
|
|
2721
2723
|
pattern: h.string().describe("JS RegExp pattern"),
|
|
2722
|
-
flags: h.string().
|
|
2724
|
+
flags: h.string().default("gm").describe('JS RegExp flags. Default: "gm"'),
|
|
2723
2725
|
replacement: h.string().describe("JS replacement pattern")
|
|
2724
2726
|
}), Nt = h.object({
|
|
2725
2727
|
snapshotName: h.string().optional().describe("Name of previously created filesystem snapshot, to use"),
|