Release Notes
Current production behavior and operational checks.
Cloudflare-native v2
Current production services run on Cloudflare Workers, D1, R2, Queues, Cron Triggers, KV, and OpenNext.
Quality Gates
Before deployment:
bun run lint
bun run audit
bun run typecheck
bun run test
bun run buildProduction smoke:
curl -fsS https://api.aiworkflowmcp.com/health
curl -fsS "https://mcp.aiworkflowmcp.com/v1/models/list?limit=3"
curl -fsS "https://api.aiworkflowmcp.com/v1/sources/status"
curl -fsS https://aiworkflowmcp.com/en/docsDocs release smoke:
curl -fsS https://aiworkflowmcp.com/en/docs/client-setup
curl -fsS https://aiworkflowmcp.com/en/docs/errors
curl -fsS https://aiworkflowmcp.com/en/docs/operations
curl -fsS https://aiworkflowmcp.com/en/en/llms.mdxNext.js 16 Build Policy
Next.js 16 uses Turbopack by default for next build. AI Workflow MCP pins production Next builds to Webpack with next build --webpack until the Cloudflare/OpenNext path is verified against Turbopack end to end.
Cloudflare OpenNext currently requires the docs middleware convention in this repository. Do not rename docs/middleware.ts to docs/proxy.ts until the Cloudflare build path supports the Next.js proxy convention end to end.