buildmymcpserver/apps/runner-template
Marco Sadjadi a288179954 fix(docker): healthcheck must hit 127.0.0.1, not localhost
The servers bind IPv4 (0.0.0.0) only. busybox wget resolves `localhost`
to ::1 first and does not fall back to IPv4, so the healthcheck failed
with "connection refused" and the container showed as unhealthy while
serving fine. Verified on the production api container.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 18:07:01 +02:00
..
src feat(runner-template): MCP Streamable HTTP + OAuth 2.1 resource server template 2026-05-19 00:27:22 +02:00
.dockerignore feat(runner-template): MCP Streamable HTTP + OAuth 2.1 resource server template 2026-05-19 00:27:22 +02:00
Dockerfile fix(docker): healthcheck must hit 127.0.0.1, not localhost 2026-05-21 18:07:01 +02:00
package.json fix: live-run wiring (SDK 1.29, zod 3.25, OAUTH_ISSUER split, alt host ports, web on 3001, log level cast, pino transport) 2026-05-19 00:57:23 +02:00
tsconfig.json feat(runner-template): MCP Streamable HTTP + OAuth 2.1 resource server template 2026-05-19 00:27:22 +02:00