openbird 2.3.2 → 2.4.0

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
@@ -246,7 +246,8 @@ createServer({
246
246
 
247
247
  | 工具 | 说明 |
248
248
  |---|---|
249
- | `download_image` | 下载图片(支持解密) |
249
+ | `download_image` | 下载图片 |
250
+ | `download_file` | 下载消息附件到本地临时文件并返回路径 |
250
251
 
251
252
  ### 使用 MCP Inspector 测试
252
253