buildmymcpserver/packages
Marco Sadjadi 5a8e736113
All checks were successful
Deploy to Production / deploy (push) Successful in 1m21s
fix(llm): preview timeout 60s→90s + maxTokens 8192→4096
Enterprise plan was hitting SpecTimeoutError exactly at 60s because the
Sonnet 4.6 preview was budgeted for 8192 tokens at ~80 tok/s (≈102s
worst case) inside a 60s window. The frontend then rolled back to step
1 with no spec.

A real spec is small (<= ~10 tools, ~1.5–2.5k output tokens in practice)
so 4096 is plenty and lets even Sonnet finish in ~51s worst case. The
90s timeout buys headroom for cold starts while staying under
Cloudflare's 100s edge cap. Hobby/GLM bumped to 90s too — same
headroom argument.
2026-05-28 18:51:51 +02:00
..
auth security: sovereign-audit Pass-2 fixes — auth-lib, oauth, templates 2026-05-25 18:15:54 +02:00
db fix(oauth): allow generic RFC 7591 DCR + expand install snippets 2026-05-28 17:20:01 +02:00
llm fix(llm): preview timeout 60s→90s + maxTokens 8192→4096 2026-05-28 18:51:51 +02:00
types fix(oauth): allow generic RFC 7591 DCR + expand install snippets 2026-05-28 17:20:01 +02:00