← Back to Docs

Changelog

Version history and release notes for AppDeploy - the chat-native deployment platform.

MCP v2.5.1 June 02, 2026
  • FixedGenerated apps keep user-provided favicons in browser tabs, bookmarks, and installed app surfaces
  • ChangedQA can mark tests as untestable by the agent instead of reporting them as app failures
  • FixedOAuth completion falls back cleanly when browser beacon delivery is unavailable
MCP v2.5.0 June 01, 2026
  • AddedSlug-based app IDs create friendlier app URLs while existing app IDs keep working
  • AddedCodex App OAuth loopback callbacks for local connector installs
  • FixedApp content validation and faster lint checks return clearer deploy errors to agents
MCP v2.4.4 May 27, 2026
  • AddedApp registrants in the owner dashboard so owners can see who signed up for deployed apps
  • ChangedQA can coordinate named multi-actor auth flows for invites, teams, families, classrooms, and other collaborative apps
  • ChangedDeployed apps stay more responsive after idle periods through warmer runtime paths
MCP v2.4.3 May 25, 2026
  • AddedBusiness user tiers now apply across owned apps, increasing AI usage and scheduled-job limits and removing AppDeploy branding from Business-owned apps
  • ChangedApp status guidance keeps agents polling for the latest result instead of stopping early
MCP v2.4.2 May 20, 2026
  • ChangedPer-app cron limit increased to six scheduled jobs for reminders, syncs, cleanup, and background workflows
  • FixedDeployed app overlays stay hidden on non-AppDeploy hosts
  • FixedDeploy status avoids false success when required runtime or QA output is missing
MCP v2.4.1 May 19, 2026
  • FixedOAuth callbacks and continuations are harder to lose or replay during sign-in
  • FixedLogin pages keep callback details out of browser page scripts and telemetry URLs
MCP v2.4.0 May 18, 2026
  • AddedMinor-version MCP aliases such as /v2.4/mcp for stable installs that can receive patch releases
  • AddedFrontend-only auth SDK injection so apps without a backend can still use AppDeploy auth flows
  • ChangedPinned v2.4 installs keep stable release behavior while using the cleaner deploy flow
MCP v2.3.2 May 17, 2026
  • ChangedSocial sign-ins use a redirect-based flow that works more consistently across MCP clients
MCP v2.3.1 May 17, 2026
  • FixedChatGPT connector auth covers Android Google redirect flows
MCP v2.3.0 May 17, 2026
  • AddedNotion OAuth client support
  • ChangedDeploy instructions became shorter and safer for updates, diffs, and omitted app IDs
MCP v2.2.1 May 15, 2026
  • FixedOAuth helper redirects return directly to the MCP client callback after sign-in
  • FixedQA preserves clipboard behavior across navigations and uses smaller mobile previews
MCP v2.2.0 May 14, 2026
  • FixedOAuth token refresh preserves the right MCP audience and prompts ChatGPT users to re-authenticate when protected tool calls fail
MCP v2.1.7 May 13, 2026
  • FixedPinned v2 clients use widget behavior that matches the published widget
MCP v2.1.6 May 13, 2026
  • FixedChatGPT connector sign-in completion is detected more reliably
MCP v2.1.5 May 13, 2026
  • AddedMobile PWA install suggestion in the AppDeploy widget
MCP v2.1.4 May 12, 2026
  • ChangedDeploy instructions no longer open the deprecated thinking widget
  • FixedDeploy diff errors identify missing match text more clearly
MCP v2.1.3 May 11, 2026
  • FixedQA waits for fresh app API activity before marking a navigation quiet
MCP v2.1.2 May 08, 2026
  • FixedExisting AppDeploy connector installs kept working after MCP v2 became public, without users needing to reconnect or change setup links
MCP v2.1.1 May 07, 2026
  • AddedGrok OAuth and connector routing support
  • FixedDual-mode install and deploy instructions across supported clients
MCP v2.1.0 May 04, 2026
  • AddedPer-tenant owner dashboard for managing deployed apps
  • ChangedSDK guidance groups backend rules more clearly and helps agents avoid accidental database record replacement
MCP v2.0.1 April 30, 2026
  • AddedVersioned MCP routing and frozen spec packs so published clients can stay pinned to known behavior
  • FixedValidation failures can preserve the app ID, making deploy repair less disruptive
MCP v2.0.0 April 28, 2026
  • AddedFigma Make support with OAuth callback handling
  • AddedAI SDK tiers and stronger AI SDK guidance for generated apps
  • FixedWidget status and deploy instruction fixes make deployment progress clearer across MCP clients
2026.04.19 April 19, 2026
  • AddedInvite SDK for shared and multiplayer apps
2026.04.16 April 16, 2026
  • AddedWidget resource uploads
2026.04.15 April 15, 2026
  • AddedBrowser-based secrets flow and runtime SDK access
2026.04.06 April 06, 2026
  • AddedCustom domains through MCP
2026.03.24 March 24, 2026
  • AddedDefault robots.txt for deployed apps
2026.03.18 March 18, 2026
  • ChangedDeploys now wait for E2E QA before reporting ready
2026.03.16 March 16, 2026
  • ChangedSmarter QA results for bad tests, auth flows, and screenshots
2026.03.13 March 13, 2026
  • AddedPlatform-managed push notifications
2026.03.04 March 04, 2026
  • AddedSource code downloads for app versions
  • AddedBroader MCP discovery and connector setup support
2026.03.01 March 01, 2026
  • AddedBackend errors are visible to agents during repair
2026.02.25 February 25, 2026
  • AddedNative AI SDK for generated apps
2026.02.09 February 09, 2026
  • AddedFile-based cron definitions with cron.json
  • ChangedFaster realtime and backend SDK paths
  • FixedBetter isolation of app data across deployments
2026.02.04 February 04, 2026
  • ChangedImproved PWA (Progressive Web App) support for deployed apps
2026.02.03 February 03, 2026
  • AddedSign in with X (Twitter) account
2026.02.01 February 01, 2026
  • AddedMax length validation for app names
2026.01.29 January 29, 2026
  • AddedReal-time updates via WebSockets - subscribe to entity changes instead of polling
  • AddedManaged CDN in front of API routes for faster SSL and lower latency
  • AddedInvite-code guidance and detailed multiplayer examples in SDK reference
  • AddedGeneric type parameters for typed database operations
  • ChangedClarified database ID rules and list filtering behavior
  • FixedCertain build errors not being caught during deployment
2026.01.24 January 24, 2026
  • AddedSDK guidance for multiplayer games: reuse server-minted IDs, unique lookups, idempotent joins
  • AddedTyped database examples and generic type parameters in SDK types
  • AddedGuidance that db.update replaces the full record (no merge)
  • ChangedRecommended HashRouter over BrowserRouter for deployed apps
  • ChangedImproved default color palette generation - avoiding dominant pink/purple themes
  • ChangedVersion tracking now returns the last uploaded version instead of the last valid version
  • FixedValidation for absolute routes when using HashRouter
  • FixedSPA routing for single-page applications
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