@liuliang520500/sinataoke_cn 1.1.16 → 1.1.18

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/README.md CHANGED
@@ -53,7 +53,7 @@ https://jinbao.pinduoduo.com/open.html?client_id=313cc43a30cf487da0a336d9f2df7de
53
53
  {
54
54
  "mcpServers": {
55
55
  "taobao-mcp": {
56
- "name": "导购助手new",
56
+ "name": "导购助手",
57
57
  "type": "stdio",
58
58
  "isActive": true,
59
59
  "command": "cmd",
@@ -62,10 +62,20 @@ https://jinbao.pinduoduo.com/open.html?client_id=313cc43a30cf487da0a336d9f2df7de
62
62
  "npx",
63
63
  "-y",
64
64
  "@liuliang520500/sinataoke_cn@latest",
65
- "c:desktop/logs/"
65
+ "g:win11desktop/logs/"
66
66
  ],
67
67
  "env": {
68
- ...【上面配置的环境变量复制到这里】
68
+ "ENV_URL": "http://rap2api.taobao.org/app/mock/304812/taoke-mcp",
69
+ "ENV_SECRET": "url:mcp.sinataoke.cn",
70
+ "ENV_OVERRIDE": "false",
71
+ "TAOBAO_SITE_ID": "淘宝PID中间的那一段,也就是第二段",
72
+ "TAOBAO_ADZONE_ID": "淘宝PID第三段",
73
+ "TAOBAO_SESSION": "淘宝授权token,上面有授权链接,授权后,复制token到这里",
74
+ "JD_KEY": "union.jd.com上去取",
75
+ "JD_UNION_ID": "union.jd.com上去取",
76
+ "JD_SITE_ID": "京东联系PID的第二段",
77
+ "PDD_PID": "拼多多PID",
78
+ "PDD_SESSION_TOKEN": "拼多多授权token,上面有授权链接"
69
79
  }
70
80
  }
71
81
  }