@flemist/mcp-project-tools 3.0.0 → 3.0.1

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, A as f, s as g } from "./startMcpServer-BOhpWAg9.js";
2
+ import { S as c, a as p, A as f, s as g } from "./startMcpServer-BHp2vywd.js";
3
3
  import * as i from "path";
4
4
  import * as m from "fs";
5
5
  import d from "deepmerge";
@@ -78,7 +78,7 @@ async function h(e, a) {
78
78
  o.valueType === "file-contains-patterns" && (l[t].value = i.resolve(o.value));
79
79
  }), s;
80
80
  }
81
- const w = "3.0.0", M = {
81
+ const w = "3.0.1", M = {
82
82
  version: w
83
83
  }, n = new u();
84
84
  n.name("mcp-project-tools").description("MCP project tools server").version(M.version, "-v, --version", "output the current version");
package/build/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { s } from "./startMcpServer-BOhpWAg9.js";
1
+ import { s } from "./startMcpServer-BHp2vywd.js";
2
2
  export {
3
3
  s as startMcpServer
4
4
  };
@@ -361,7 +361,7 @@ function Et(t, r) {
361
361
  "process-run",
362
362
  {
363
363
  title: "Execute Command Line on Host Machine",
364
- description: `Execute command lines on the host machine. Use this to build, test, lint, install packages, or run system commands. Security: Command lines are validated against configured rules processed in order (later rules override earlier ones). Current command line rules:
364
+ description: `Execute command lines on the host machine. Use this to build, test, lint, install packages, or run system commands. Prefer process-run with waitTime parameter if you need to immediately execute and wait for completion, instead of separate process-run and process-wait calls. Security: Command lines are validated against configured rules processed in order (later rules override earlier ones). Current command line rules:
365
365
  ${s}`,
366
366
  inputSchema: ve.shape
367
367
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flemist/mcp-project-tools",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "MCP project tools",
5
5
  "publishConfig": {
6
6
  "access": "public"