Appwrite
Appwrite keeps reworking its own plumbing — Go CLI, SquashFS mounts, and an MCP layer that refreshes itself
◆Recent moves
- 1d ago
MCP documentation embeddings now refresh daily, independent of version releases
Moves the MCP server's documentation embeddings onto a daily cron so appwrite_search_docs reflects docs changes without waiting for a version release. It is an operational change to a surface Appwrite already sparked on twice this quarter — the capability is unchanged, but what AI clients see is no longer pinned to the release calendar.
View source ↗ - 2d ago
Better tool search and clearer schemas in the Appwrite MCP server
Improves the MCP server's tool search to surface enum values and object shapes, stop truncating parameter descriptions, and filter non-matching results. The stated goal is first-try correctness for AI clients, which is a different optimization target than human-readable docs.
View source ↗ - 2d ago
API keys and JWTs can no longer mint further credentials
Blocks API keys from creating further API keys and JWTs from minting further JWTs on Appwrite Cloud, while leaving existing credentials working. A deliberate removal of capability on containment grounds — a leaked credential can no longer grow a hidden set of replacements that outlive revocation.
View source ↗ - 5d ago
Send your MFA code through any channel with the custom factor
Adds a custom MFA factor where Appwrite generates and verifies the code but the application delivers it over any channel it chooses — WhatsApp, voice, or an internal system. It removes the channel ceiling on MFA by declining to own delivery at all.
View source ↗ - 6d ago
Up to 4x faster dependency installs with the build cache
Caches the package manager store between builds, cutting install time on a Next.js app from 11.7s to 2.8s with pnpm and 9.6s to 2.3s with bun, with no configuration change. Another entry in the August sequence of latency work reported with measured figures.
View source ↗ - 7d ago
Faster cold starts for Appwrite Sites and Functions with SquashFS
Switches new Sites and Functions deployments to mounted SquashFS images instead of extracting every file, removing extraction from the cold-start path for up to 51% faster starts and near-constant mount time as deployments grow. Existing deployments keep running and must be redeployed to migrate.
View source ↗