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 +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
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
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"),
|