xhs-mcp 0.8.3 → 0.8.6
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.en.md +5 -1
- package/README.md +3 -1
- package/dist/xhs-mcp.js +3 -3
- package/docs/USAGE_GUIDE.md +3 -2
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -86,7 +86,11 @@ npx xhs-mcp browser # check and install Chromium, shows executable path
|
|
|
86
86
|
# Discover
|
|
87
87
|
npx xhs-mcp feeds
|
|
88
88
|
npx xhs-mcp search -k keyword
|
|
89
|
-
|
|
89
|
+
|
|
90
|
+
# Current user's notes
|
|
91
|
+
npx xhs-mcp usernote list [-l 20] [--cursor <cursor>]
|
|
92
|
+
|
|
93
|
+
# Interact
|
|
90
94
|
npx xhs-mcp comment --feed-id <id> --xsec-token <token> -n "Nice!"
|
|
91
95
|
|
|
92
96
|
# Publish with local images
|
package/README.md
CHANGED
|
@@ -109,7 +109,9 @@ npx xhs-mcp browser [--with-deps] # 检查并安装 Chromium,显示可执行
|
|
|
109
109
|
# 发现与检索
|
|
110
110
|
npx xhs-mcp feeds [-b /path/to/chromium]
|
|
111
111
|
npx xhs-mcp search -k 关键字 [-b /path/to/chromium]
|
|
112
|
-
|
|
112
|
+
|
|
113
|
+
# 当前用户笔记
|
|
114
|
+
npx xhs-mcp usernote list [-l 20] [--cursor <cursor>] [-b /path/to/chromium]
|
|
113
115
|
|
|
114
116
|
# 互动
|
|
115
117
|
npx xhs-mcp comment --feed-id <id> --xsec-token <token> -n "Nice!" [-b /path/to/chromium]
|