Skip to content

v2.6.6

Choose a tag to compare

@bilalnaseer bilalnaseer released this 27 Jul 10:52
· 17 commits to main since this release
a63c2f8

= 2.6.6 =

  • New: Direct file upload for media. wsp_upload_media (Upload Media) now accepts base64 file content via a new data parameter — an MCP client can upload a file attached to the chat straight into the media library without first hosting it at a public URL. The url parameter still works as before; pass either one. An optional mime_type hint and data: URI prefixes are supported. Only image types (jpg, png, gif, webp) are allowed, decoded bytes are written through media_handle_sideload(), and the tool still requires upload_files. Fixes GitHub #17.