xhs-mcp 0.8.8 → 0.8.13
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 +1 -1
- package/README.md +1 -1
- package/dist/xhs-mcp.cjs +344 -0
- package/package.json +4 -4
- package/dist/xhs-mcp.js +0 -337
- /package/dist/{449.js → 449.cjs} +0 -0
package/README.en.md
CHANGED
|
@@ -156,7 +156,7 @@ npx xhs-mcp mcp --mode http --port 3000
|
|
|
156
156
|
- Development and optimized variants have been removed.
|
|
157
157
|
- For development:
|
|
158
158
|
- `npm run dev` (run TypeScript CLI directly)
|
|
159
|
-
- `npm run build` (bundle to `dist/xhs-mcp.
|
|
159
|
+
- `npm run build` (bundle to `dist/xhs-mcp.cjs`)
|
|
160
160
|
|
|
161
161
|
### 🎨 Examples
|
|
162
162
|
- [Examples](./examples/README.md) - Image and publishing examples
|
package/README.md
CHANGED
|
@@ -219,7 +219,7 @@ npx xhs-mcp mcp [--mode stdio|http] [--port 3000]
|
|
|
219
219
|
- 统一使用单一生产构建配置:`config/webpack.config.js`
|
|
220
220
|
- 已移除开发与优化变体;开发请直接运行:
|
|
221
221
|
- `npm run dev`(直接运行 TypeScript CLI)
|
|
222
|
-
- `npm run build`(打包到 `dist/xhs-mcp.
|
|
222
|
+
- `npm run build`(打包到 `dist/xhs-mcp.cjs`)
|
|
223
223
|
|
|
224
224
|
## 🙏 致谢
|
|
225
225
|
|