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 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("debt_collection_x3", "The company's debt collection information with Lương X3 - EVF product type", {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-mcp",
3
- "version": "1.1.28",
3
+ "version": "1.1.30",
4
4
  "description": "Mcp server for Gm",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/index.ts CHANGED
@@ -177,7 +177,7 @@ server.tool(
177
177
  );
178
178
 
179
179
  server.tool(
180
- "debt_collection_x3",
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" }),