Skip to content

Releases: appwrite/mcp

0.7.1

26 Jun 08:53
d5956a2

Choose a tag to compare

Hosted file/image uploads

The hosted HTTP transport (mcp.appwrite.io/mcp) can now accept file uploads by URL. Previously, hosted uploads were effectively impossible: a local path points at the remote server's filesystem (not the client's), and inline base64 required the model to reproduce the file's bytes as text — infeasible for real images.

What's new

  • URL-fetch input — pass {"url": "https://..."} (or a bare http(s) string) and the server downloads the bytes and uploads them. SSRF-guarded: http/https only; rejects private / loopback / link-local / reserved IPs (incl. the cloud metadata endpoint); re-validates after redirects; 25 MB cap, 30s timeout, 5 redirects.
  • Inline base64 is still supported, now capped at 256 KB with an error pointing to url for larger files.
  • Transport-aware guidance — on hosted, local-path uploads are rejected with guidance toward url/inline; the http instructions mention the upload options. stdio behavior is unchanged.
  • url added to the file-input JSON schema.

Full changelog: #49

0.5.0

25 Jun 11:10
1fe1c72

Choose a tag to compare

0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

11 Apr 14:35

Choose a tag to compare

Summary

Patch release for the Appwrite Python SDK compatibility fix.

Included

  • pin appwrite to >=13.4.1,<16
  • avoid startup failures caused by strict /tablesdb response parsing introduced in newer Python SDK versions
  • bump package and server metadata to 0.4.1

Verification

  • uv lock
  • uv run python -m unittest discover -s tests/unit -p 'test_server.py'
  • uv run --with build python -m build

0.4.0

10 Apr 11:36
6ff20e0

Choose a tag to compare

What's Changed

  • Introduce the Appwrite operator workflow and refresh CI by @ChiragAgg5k in #40

Huge shoutout to @sgaabdu4 for the inspiration behind this work 🙌

Full Changelog: 0.3.3...0.4.0

0.3.3

05 Feb 11:24
e89e4f1

Choose a tag to compare

What's Changed

  • fix: schema version to fix github mcp registry publish by @ChiragAgg5k in #39

Full Changelog: 0.3.2...0.3.3

0.3.2

05 Feb 11:19
d418bfa

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

05 Feb 11:14
ad6a6d5

Choose a tag to compare

What's Changed

  • fix: schema version to fix github mcp registry publish by @ChiragAgg5k in #37

Full Changelog: 0.3.0...0.3.1

0.3.0

05 Feb 08:27
51ba9c1

Choose a tag to compare

What's Changed

Full Changelog: 0.2.8...0.3.0

0.2.8

11 Oct 09:59
0da7e3f

Choose a tag to compare

What's Changed

  • add appwrite logos to images folder by @tessamero in #32
  • feat: add TablesDB support and upgrade Appwrite SDK to 13.4.1 by @ChiragAgg5k in #33

Full Changelog: 0.2.7...0.2.8

0.2.7

28 Sep 06:07
26620ab

Choose a tag to compare

What's Changed

Full Changelog: 0.2.6...0.2.7