gm-mcp 1.1.6 → 1.1.7

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/dist/index.js CHANGED
@@ -69,7 +69,7 @@ exports.server.tool("statistic_salary_x3_in_range", "Get statistic salary x3 wit
69
69
  sendMessageToLark: (0, env_1.getEnv)().SEND_MESSAGE_TO_LARK === "true",
70
70
  });
71
71
  }));
72
- exports.server.tool("debt_collection_by_month", "The company's debt collection information by month (month is optional)", {
72
+ exports.server.tool("debt_collection", "The company's debt collection information (month is optional)", {
73
73
  month: zod_1.default
74
74
  .string({
75
75
  description: "Month to get data,if year is not provided, please use current year (in Vietnam timezone) instead of, month is represented with format MM/yyyy",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-mcp",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Mcp server for Gm",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/index.ts CHANGED
@@ -90,8 +90,8 @@ server.tool(
90
90
  );
91
91
 
92
92
  server.tool(
93
- "debt_collection_by_month",
94
- "The company's debt collection information by month (month is optional)",
93
+ "debt_collection",
94
+ "The company's debt collection information (month is optional)",
95
95
  {
96
96
  month: z
97
97
  .string({