gm-mcp 1.1.28 → 1.1.30
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -124,7 +124,7 @@ exports.server.tool("debt_collection_x3", "The company's debt collection informa
|
|
|
124
124
|
productType: product_type_1.PRODUCT_TYPE.X3,
|
|
125
125
|
});
|
|
126
126
|
}));
|
|
127
|
-
exports.server.tool("
|
|
127
|
+
exports.server.tool("debt_collection_x3_evf", "The company's debt collection information with Lương X3 - EVF product type", {
|
|
128
128
|
company_name: zod_1.default.string({ description: "Company name to get data" }),
|
|
129
129
|
}, (args) => __awaiter(void 0, void 0, void 0, function* () {
|
|
130
130
|
const { company_name } = args;
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -177,7 +177,7 @@ server.tool(
|
|
|
177
177
|
);
|
|
178
178
|
|
|
179
179
|
server.tool(
|
|
180
|
-
"
|
|
180
|
+
"debt_collection_x3_evf",
|
|
181
181
|
"The company's debt collection information with Lương X3 - EVF product type",
|
|
182
182
|
{
|
|
183
183
|
company_name: z.string({ description: "Company name to get data" }),
|