Skip to content

Releases: webapper-services/cloudsee-drive-mcp

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 07:05

2.0.2 (2026-08-27)

Bug Fixes

  • update_metadata: state the 8 GiB ceiling in the tool description (57b32b7)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:58

2.0.1 (2026-08-11)

Bug Fixes

  • upload: check the inline size before allocating the decode buffer (dcfb71d)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:44

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

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:46

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.