| 1 | // Contract: the postgres pool finalizer must AWAIT the connection teardown. |
| 2 | // |
| 3 | // The cloud MCP auth seam (`makeMcpOrganizationAuthServices`) builds a fresh |
| 4 | // postgres pool on EVERY `/mcp` request and closes it in its `acquireRelease` |
nothing calls this directly
no test coverage detected