ppxc-leads-mcp 0.1.1 → 0.1.2

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.
@@ -68,6 +68,7 @@ async function analyzeComments(input) {
68
68
  productId: input.productId,
69
69
  videoUrl: input.videoUrl ?? "",
70
70
  videoDesc: input.videoDesc ?? "",
71
+ sourceKeyword: input.sourceKeyword ?? "",
71
72
  save: input.save !== false,
72
73
  comments: input.comments.map((c) => ({
73
74
  text: c.text,
@@ -486,6 +486,7 @@ function createMcpServer() {
486
486
  comments: v.comments,
487
487
  videoUrl: itemUrl,
488
488
  videoDesc: v.title,
489
+ sourceKeyword: oc.keyword,
489
490
  save: save !== false,
490
491
  });
491
492
  commentsAnalyzed += analysis.summary.commentsAnalyzed;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ppxc-leads-mcp",
3
3
  "productName": "PPXC Leads MCP",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "PPXC 找客户能力的 MCP 工具包:智能体可调用的抖音/小红书/快手评论客户发现工具",
6
6
  "license": "UNLICENSED",
7
7
  "main": "dist/main.js",