v2.6.6
= 2.6.6 =
- New: Direct file upload for media.
wsp_upload_media(Upload Media) now accepts base64 file content via a newdataparameter — an MCP client can upload a file attached to the chat straight into the media library without first hosting it at a public URL. Theurlparameter still works as before; pass either one. An optionalmime_typehint anddata:URI prefixes are supported. Only image types (jpg, png, gif, webp) are allowed, decoded bytes are written throughmedia_handle_sideload(), and the tool still requiresupload_files. Fixes GitHub #17.