FrontMCP v0.6.2: Adaptive build modes and zero-config persistence
π Build modes everywhere β Bundle widgets in static, dynamic, or hybrid mode and reuse the same component across
OpenAI, Claude, and Gemini without rewriting HTML.π§© Auto Redis persistence β Point
redis at a store once and transport persistence now enables itself so
stateful sessions survive restarts and serverless cold starts.β‘ Vercel Build Output β frontmcp build --adapter vercel detects npm/yarn/pnpm/bun lockfiles, wires the right
install/build commands, and emits a .vercel/output tree ready for vercel deploy --prebuilt.π οΈ Tree-shakable packages β SDK, adapters, plugins, and CLI publish dual CJS/ESM entries with sideEffects: false, eliminating duplicate React imports and keeping bundles slim.FrontMCP v0.6.1: Edge storage and UI split
π Vercel KV storage β Configure
redis.provider: 'vercel-kv' for sessions, cache, and inspector state without
running your own Redis cluster.π Hybrid pub/sub β Layer Redis pub/sub on top of Vercel KV so resource subscriptions and capability broadcasts
stay real-time even when the store lives at the edge.π¨ UI package split β Import HTML components and template helpers from the new @frontmcp/uipack foundation
while @frontmcp/ui focuses on React hooks and renderers.β‘ Smarter serverless builds β Rspack-powered bundling, tighter escaping, and refreshed dependencies keep Vercel,
Lambda, and Cloudflare deployments aligned with local builds.FrontMCP v0.6.0: Unified transport and serverless targets
π¦ Unified transport controls β Configure sessions, platform detection, and Redis-backed persistence from one
top-level block with per-app overrides.βοΈ Serverless deploy targets β Scaffold Vercel, AWS Lambda, and Cloudflare Workers bundles via
frontmcp create --target ... plus generated wrappers and templates.π§ Context everywhere β CONTEXT-scoped providers, safer session keys, and the new FrontMcpContext helpers keep
tracing, auth, and request metadata in sync.π§ͺ Scenario-rich E2E demos β Fresh apps/e2e/** servers (public auth, CodeCall CRM, cache, notifications,
OpenAPI) ship with ready-to-run Jest suites.π¨ Resilient UI renderer β Universal rendering, dual-payload responses, and hardened platform detection keep tool
UIs streaming even when clients fall back.π οΈ CLI & build polish β Interactive frontmcp create, Docker assets, Verdaccio publish fixes, and peer
dependency cleanup keep new projects aligned with the framework.
