@liuliang520500/sinataoke_cn 2.0.2 → 2.0.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.
package/LICENSE ADDED
@@ -0,0 +1,15 @@
1
+ ISC License
2
+
3
+ Copyright (c) 2024, @liuliang520500
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted, provided that the above
7
+ copyright notice and this permission notice appear in all copies.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # 淘宝客 MCP 服务
2
2
 
3
+ [![smithery badge](https://smithery.ai/badge/@liuliang520530/taoke-mcp)](https://smithery.ai/server/@liuliang520530/taoke-mcp)
4
+
3
5
  淘宝联盟,京东联盟,多多进定全平台 MCP 服务是一个基于 Model Context Protocol (MCP) 的服务,支持淘宝、京东、拼多多三大电商平台的链接转换和商品推广功能,商品搜索等等一系列工具
4
6
 
5
7
  # github:
@@ -10,6 +12,28 @@ https://github.com/liuliang520530/taoke-mcp/
10
12
 
11
13
  https://www.bilibili.com/video/BV1tE5jzLEMu/
12
14
 
15
+
16
+ ## smithery服务托管
17
+ https://smithery.ai/server/@liuliang520530/taoke-mcp
18
+
19
+ ## 支持docker部署
20
+ https://hub.docker.com/r/liuliang520500/taoke-mcp
21
+
22
+ ```shell
23
+ docker run -dit \
24
+ --name taoke-mcp \
25
+ --restart always \
26
+ -p 8081:8081 \
27
+ -e ENV_URL=https://config.sinataoke.cn/api/mcp/secret \
28
+ -e ENV_SECRET=url:mcp.sinataoke.cn \
29
+ -e ENV_OVERRIDE=false \
30
+ liuliang520500/taoke-mcp
31
+
32
+
33
+ 你可以添加更多的环境变量 -e,参考下面的stdio配置
34
+
35
+ ```
36
+
13
37
  ## 官方文档
14
38
 
15
39
  https://mcp.sinataoke.cn/docs
@@ -18,6 +42,9 @@ https://mcp.sinataoke.cn/docs
18
42
 
19
43
  ![Project Screenshot](./screenshot.png)
20
44
 
45
+ ## 交流群,扫码入群
46
+ ![Project Screenshot](./qr.png)
47
+
21
48
  # 使用方法
22
49
 
23
50
  ### 环境变量配置
@@ -62,7 +89,7 @@ https://jinbao.pinduoduo.com/open.html?client_id=313cc43a30cf487da0a336d9f2df7de
62
89
 
63
90
  ### 使用 MCP 配置文件
64
91
 
65
- 您也可以使用 MCP 配置文件来启动服务。创建一个名为 `mcp.json` 的文件,内容如下:
92
+ 您也可以使用 MCP 配置文件来启动服务。创建一个名为 `mcp.json` 的文件,内容如下【stdio配置】:
66
93
 
67
94
  ```json
68
95
  {
@@ -71,10 +98,8 @@ https://jinbao.pinduoduo.com/open.html?client_id=313cc43a30cf487da0a336d9f2df7de
71
98
  "name": "导购助手",
72
99
  "type": "stdio",
73
100
  "isActive": true,
74
- "command": "cmd",
101
+ "command": "npx",
75
102
  "args": [
76
- "/c",
77
- "npx",
78
103
  "-y",
79
104
  "@liuliang520500/sinataoke_cn@latest",
80
105
  "g:win11desktop/logs/" // 可选,日志文件夹路径,,如果要填写,要换成你自己本地电脑上的一个文件夹