You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: Claude Desktop extension and background large-file uploads (6c54aaa)
BREAKING CHANGES
upload_file no longer accepts a contentType argument — the type is
derived from the file name, because storage signs the upload URL with its own
derivation and any other value produces a signature mismatch.
over stdio, upload_file no longer completes a file larger than
8 MiB before returning. It returns an upload id; poll upload_status until it
reports completed.
on the hosted transport, upload_file takes content + encoding
instead of localPath, capped at 256 KB. A hosted server has no access to the
caller's disk.