Homebrew packaging
The intended macOS flow is a thin installer for a versioned GitHub release artifact.
brew tap LVTD-LLC/tap
brew install pgsandbox-mcp
pgsandbox-mcp setup --client codex --admin-url postgres://postgres:postgres@localhost:5432/postgresRelease shape
- Build the TypeScript package.
- Publish the npm package for npm and npx users.
- Create a GitHub release tarball with an executable Node entrypoint.
- Update the Homebrew tap formula with the release URL and SHA256.
Release checklist
npm ci
npm test
npm run package:homebrew