← Back to Docs

Changelog

Version history and release notes for AppDeploy MCP Server.

2026.02.01 February 01, 2026
  • Addedadd max length validation for app_name
  • Addedpersist app_name to DynamoDB
  • Addedbetter reporting
  • change hard-coded value
  • clear cache action
  • better dashboard
  • better qa-agent logs in popup
  • better dashboard
  • Fixedadd version field to QA jobs API for dashboard integration
  • call sanity qa from deployer - wip
2026.01.29 January 29, 2026
  • Fixedcatching a few certain build errors
  • Fixedsnapshot not saved in certain errors
  • Addeddashboard request response download button
  • remove insecure fallback for oauth
  • update: bump `@aws-sdk` dependencies to version `3.975.0` in `package.json`
  • update: bump @aws-sdk package dependencies to the latest versions in `package-lock.json`
  • update: replace mime-types lookup with getMimeType utility across handlers and storage logic
  • Addedadd cloudfront infront of API GW for faster SSL
  • Add invite-code guidance and a detailed multiplayer example in sdkReferenceUsage.rules and sdkReferenceExamples.
  • Fixedreturning structuredContent when isError=true. Some clients dont support it
  • Clarify db IDs and list filtering rules
  • Add a comment about the usage of Lambda events
  • Addedfeat(websockets): subscribe to entity updates via websockets instead of polling
  • Addedmcp logging update
  • Add guidenace to user generic type parameters when working with db
2026.01.24 January 24, 2026
  • Add guidenace to user generic type parameters when working with db
  • Add critical TS errors to the whitelist of errors
  • Return error if linter fails
  • Fix validation: allow for absolute routes in case HashRouter is used
  • Add SDK guidance for multiplayer games: reuse server-minted IDs, use db.get for unique lookups, idempotent joins
  • Avoid dominant pink/purple palettes
  • Addedmcp input output logs
  • Add typed db examples in MCP template guidance, generic type params in SDK types, and lint hints for unknown‑type TS errors.
  • Recommend using HashRouter and not BroswerRoute
  • Return the last version the client uploaded (not the last valid version)
  • Instruct that db.update replaces the full record (no merge).
  • wip
  • comment out the qa mcp tool for now - to avoid mcp changes
  • Fixedreplacement instructions
  • Fixedrouting for spas
2026.01.01 January 01, 2026

Initial release of AppDeploy MCP Server.

  • AddedDeploy frontend-only and fullstack apps with public URLs
  • AddedBuilt-in database access and file storage
  • AddedDeployment status tracking and error logs
  • AddedVersion management and rollback support
  • AddedSource snapshot inspection tools