All import paths updated from git.wntrmute.dev/kyle/mcdsl to
git.wntrmute.dev/mc/mcdsl to match the Gitea organization.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New Options parameter with PreInterceptors and PostInterceptors
allows services to inject custom interceptors into the chain:
[pre-interceptors] → logging → auth → [post-interceptors] → handler
This enables services like metacrypt to add seal-check (pre-auth)
and audit-logging (post-auth) interceptors while using the shared
auth and logging infrastructure.
Pass nil for the default chain (logging + auth only).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>