Releases: webapper-services/cloudsee-drive-mcp
Releases · webapper-services/cloudsee-drive-mcp
Release list
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2026-08-11)
- 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.
v1.0.0
1.0.0 (2026-08-05)
- feat!: report the real package version, and document key rotation and unstable list_files ids (b7e8de8)
BREAKING CHANGES
- list_buckets calls POST /storage/drives and returns the account's
registered drives, permission-filtered, instead of the bucket inventory that the withdrawn
POST /storage/buckets endpoint returned.