## Summary
- Update mcdsl from v1.0.1 to v1.0.2-0.20260327074919-f94c4b1abf9c (port-env-support branch, commit f94c4b1)
- This adopts the new `$PORT` environment variable support for HTTP and gRPC server configuration
- All tests pass, build verified with `CGO_ENABLED=0`
## Test plan
- [x] `go build ./...` passes
- [x] `go test ./...` passes (all 17 test packages green)
- [ ] Verify `$PORT` env var is respected when starting metacrypt server
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Update mcdsl from v1.0.1 to v1.0.2-0.20260327074919-f94c4b1abf9c
(port-env-support branch) which adds $PORT environment variable
support for HTTP and gRPC server configuration.
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
$PORTenvironment variable support for HTTP and gRPC server configurationCGO_ENABLED=0Test plan
go build ./...passesgo test ./...passes (all 17 test packages green)$PORTenv var is respected when starting metacrypt server🤖 Generated with Claude Code