The HTTP server exposes:
| Path | Purpose |
|---|---|
/mcp |
Streamable HTTP MCP endpoint |
/healthz |
Liveness and deployment metadata |
Run locally:
1 | npm run build |
Health check:
1 | curl http://localhost:3000/healthz |
When deploying behind a reverse proxy, forward the /mcp path unchanged and preserve authorization headers.