@flemist/mcp-project-tools 3.0.2 → 3.0.3

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-DcFee2DE.js";
2
+ import { S as c, a as p, A as f, s as g } from "./startMcpServer-rxCDTISO.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.2", M = {
81
+ const w = "3.0.3", 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-DcFee2DE.js";
1
+ import { s } from "./startMcpServer-rxCDTISO.js";
2
2
  export {
3
3
  s as startMcpServer
4
4
  };
@@ -121,7 +121,7 @@ function H(t) {
121
121
  }
122
122
  }
123
123
  function vt(t, r) {
124
- const s = r.limit - 35;
124
+ const s = r.limit;
125
125
  if (t.length <= s) return t;
126
126
  const e = `
127
127
  ... [${t.length - s} characters trimmed] ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flemist/mcp-project-tools",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "MCP project tools",
5
5
  "publishConfig": {
6
6
  "access": "public"