buildmymcpserver/apps/api/src
Marco Sadjadi 083b6e5d41
All checks were successful
Deploy to Production / deploy (push) Successful in 51s
fix(preview): switch spec generation to Haiku 4.5 to fit the proxy window
Sonnet still overran Cloudflare's edge timeout — the 504 fired at 90s but
the proxy had already cut the connection, so the browser saw a headerless
524 reported as a CORS error.

Measured against the live API: Haiku 4.5 generates the spec at ~200 tok/s,
so a full 8k-token spec completes in ~40s. With a hard 60s timeout and no
retries the route is guaranteed to answer well inside the proxy window.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 00:03:12 +02:00
..
lib feat(auth): GitHub OAuth login + SMS one-time-code login 2026-05-21 22:59:58 +02:00
plugins feat(admin): password-auth admin panel with 8 pages + 15 API endpoints 2026-05-19 23:01:26 +02:00
routes fix(preview): switch spec generation to Haiku 4.5 to fit the proxy window 2026-05-22 00:03:12 +02:00
config.ts feat(auth): GitHub OAuth login + SMS one-time-code login 2026-05-21 22:59:58 +02:00
index.ts feat(crypto): envelope encryption + key rotation via admin panel 2026-05-20 22:36:08 +02:00