fmes-contact-mcp 0.2.3 → 0.2.4

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.
@@ -6,7 +6,7 @@ export const pushPositionsSchema = z.object({
6
6
  pushType: z
7
7
  .number()
8
8
  .int()
9
- .default(2)
9
+ .default(3)
10
10
  .describe("推送方式: 2=群发, 3=指定"),
11
11
  message: z.string().optional().describe("附言"),
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmes-contact-mcp",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "触点推荐 MCP Server - 为企业 AI Agent 提供促销员智能推荐",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -7,7 +7,7 @@ export const pushPositionsSchema = z.object({
7
7
  pushType: z
8
8
  .number()
9
9
  .int()
10
- .default(2)
10
+ .default(3)
11
11
  .describe("推送方式: 2=群发, 3=指定"),
12
12
  message: z.string().optional().describe("附言"),
13
13
  });