gm-mcp 2.0.8 → 2.0.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.
@@ -159,7 +159,7 @@ function elgibilityTool(phoneNumber) {
159
159
  content: [
160
160
  {
161
161
  type: "text",
162
- text: "Oh no,có rồi, thử lại nhé " + error,
162
+ text: "Oh no,có rồi, thử lại nhé " + JSON.stringify(error),
163
163
  },
164
164
  ],
165
165
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-mcp",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Mcp server for Gm",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -182,7 +182,7 @@ export async function elgibilityTool(phoneNumber: string): Promise<CallToolResul
182
182
  content: [
183
183
  {
184
184
  type: "text",
185
- text: "Oh no,có rồi, thử lại nhé " + error,
185
+ text: "Oh no,có rồi, thử lại nhé " + JSON.stringify(error),
186
186
  },
187
187
  ],
188
188
  };