zy
fcbf554016
refactor: Private bool → Visibility string 支持多种可见范围 ( #464 )
...
* docs: 更新 API 文档以包含 private 参数的用途和可选性。
* refactor: visibility 功能从 Private bool 重构为 Visibility string
将发布时可见范围参数从 `Private bool` 改为 `Visibility string`,
支持三种选项:公开可见(默认)、仅自己可见、仅互关好友可见。
- 使用精确 CSS selector 替代遍历 span/label/div 的宽泛选择器
- 新增参数校验,不支持的选项直接返回错误
- 更新 API 文档和 MCP jsonschema 描述
- 与 upstream IsOriginal(原创声明) 功能共存
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: yryangang <dd101bb@qq.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 00:37:47 +08:00
Yuhang Lu
c530f00faa
docs: 更新 API 文档 ( #328 )
2025-12-16 22:52:48 +08:00
haikow
c485f1cd49
docs: add Windows 11 setup guide for xiaohongshu-mcp ( #223 )
...
* docs: add Windows 11 setup guide for xiaohongshu-mcp
- Introduced a comprehensive guide for quickly setting up xiaohongshu-mcp on Windows 11.
- Included steps for downloading the latest build, resolving virus warnings, and starting the application.
- Added detailed instructions for managing Windows Security exclusions and launching the MCP service.
- Provided installation steps for the AI client (iflow cli) and usage examples.
* 更新 windows_guide.md
---------
Co-authored-by: juesheng.Lin <juesheng.lin@gientech.com >
2025-10-12 13:01:43 +08:00
zy
0955723b19
feat: 为视频发布功能新增HTTP API接口和完善文档 ( #179 )
...
* 重构 publish tab 选择逻辑,把公共代码提取到同一个函数中
* feat: 为视频发布功能新增HTTP API接口和完善文档
- 新增 /api/v1/publish_video HTTP接口
- 添加 publishVideoHandler 处理函数
- 更新 API.md 增加视频发布接口文档
- 更新 README.md 和 README_EN.md 增加视频发布功能说明
- 在MCP工具列表中补充 publish_with_video 工具说明
2025-09-29 01:08:11 +08:00
zy
fe82b14ba9
docs: 新增HTTP API文档 ( #178 )
...
- 添加小红书MCP HTTP API完整文档
- 包含所有端点的请求/响应格式说明
- 简化响应示例,突出关键字段结构
- 与实际代码结构保持一致
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-29 00:16:31 +08:00
Angiin
2de8634960
Update windows_guide.md ( #84 )
...
本文档主要是协助 Windows 用户解决环境变量相关问题,建议 Windows 设备的用户在部署前参考此内容中的步骤。
2025-09-16 15:19:54 +08:00
zy
ff72fe872e
docs: 增加 Windows 指南 ( #74 )
...
* docs: 增加 Windows 指南
* update contrib
2025-09-16 00:31:21 +08:00