gm-mcp 1.3.8 → 1.3.9

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
@@ -86,6 +86,7 @@ exports.server.registerTool("debt_collection", {
86
86
  - compnany name
87
87
  - year (optional), if it is not provided use default value
88
88
  - product (optional), if it is not provided use default value
89
+ with optional criteria try to use default value, don't ask again
89
90
  `,
90
91
  inputSchema: v4_1.default.object({
91
92
  company_name: v4_1.default.string().describe("Company name to get data"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-mcp",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Mcp server for Gm",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/index.ts CHANGED
@@ -98,6 +98,7 @@ server.registerTool(
98
98
  - compnany name
99
99
  - year (optional), if it is not provided use default value
100
100
  - product (optional), if it is not provided use default value
101
+ with optional criteria try to use default value, don't ask again
101
102
  `,
102
103
  inputSchema: z.object({
103
104
  company_name: z.string().describe("Company name to get data"),