gm-mcp 1.1.46 → 1.2.0

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
@@ -76,7 +76,7 @@ exports.server.registerTool("debt_collection", {
76
76
  company_name: zod_1.default.string({ description: "Company name to get data" }),
77
77
  year: zod_1.default
78
78
  .string({
79
- description: "Year to get company debt collection, if year is not provided use this year (vietname time zone)",
79
+ description: "Year to get company debt collection,if year is not provided use this year (vietname time zone)",
80
80
  })
81
81
  .default("2025")
82
82
  .optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-mcp",
3
- "version": "1.1.46",
3
+ "version": "1.2.0",
4
4
  "description": "Mcp server for Gm",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/index.ts CHANGED
@@ -99,7 +99,7 @@ server.registerTool(
99
99
  year: z
100
100
  .string({
101
101
  description:
102
- "Year to get company debt collection, if year is not provided use this year (vietname time zone)",
102
+ "Year to get company debt collection,if year is not provided use this year (vietname time zone)",
103
103
  })
104
104
  .default("2025")
105
105
  .optional(),