buildmymcpserver/apps
Marco Sadjadi 29e699dc74
All checks were successful
Deploy to Production / deploy (push) Successful in 1m22s
fix(preview/stream): emit CORS headers before flushHeaders()
@fastify/cors injects Access-Control-Allow-* in the onSend hook, but
the SSE endpoint goes straight to reply.raw.flushHeaders() — onSend
never runs, so the browser saw "No 'Access-Control-Allow-Origin'
header" and blocked the fetch before any bytes flowed.

Set Allow-Origin (reflecting the configured app origin),
Allow-Credentials, and Vary: Origin manually right before the SSE
content-type headers. Matches what the cors plugin would have
emitted on a normal response.
2026-05-28 21:53:35 +02:00
..
api fix(preview/stream): emit CORS headers before flushHeaders() 2026-05-28 21:53:35 +02:00
generator fix(runner): alias params/input to args so tool implementations don't ReferenceError 2026-05-28 21:39:11 +02:00
runner-template fix(docker): healthcheck must hit 127.0.0.1, not localhost 2026-05-21 18:07:01 +02:00
web feat(dashboard): delete button on server detail page 2026-05-28 21:44:52 +02:00