## Summary
- Bump `mcdsl` from v1.0.0 to `f94c4b1` (port-env-support branch), which adds automatic `$PORT` environment variable support to the config package
- Adapt `grpcserver.New` call to the updated signature that now accepts an `*Options` parameter (pass `nil` for default behavior)
- Vendor directory synced
## Test plan
- [x] `go build ./...` passes
- [x] `go test ./...` passes (all packages green)
- [ ] Deploy to staging and verify `$PORT` env var is picked up correctly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Update mcdsl from v1.0.0 to the port-env-support branch tip, which
adds automatic $PORT environment variable support to the config
package. Adapt grpcserver.New call to the updated signature that now
accepts an *Options parameter (pass nil for default behavior).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
mcdslfrom v1.0.0 tof94c4b1(port-env-support branch), which adds automatic$PORTenvironment variable support to the config packagegrpcserver.Newcall to the updated signature that now accepts an*Optionsparameter (passnilfor default behavior)Test plan
go build ./...passesgo test ./...passes (all packages green)$PORTenv var is picked up correctly🤖 Generated with Claude Code