gm-mcp 1.1.5 → 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 +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -2
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("
|
|
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
package/src/index.ts
CHANGED