4 projects
mgf-common
Shared infrastructure (typed exceptions, central config, structured logging + tracing) for MGF projects
mgf-fastapi
FastAPI integration adapters for mgf-common — request-id + exception translation + lifespan + webhooks (Svix HMAC) + IpAllowlist + run_test_app + DB-session helpers (via [sqlalchemy] extra). Sibling of mgf-common under the mgf.* namespace.
mgf-http
Async HTTP client for mgf-common consumers — typed httpx wrapper with retries, timeouts, header redaction, OTel-aware logging. Sibling of mgf-common under the mgf.* namespace.
mgf-apiprobe
REST API verification — typed probes, checks, and findings. Sibling of mgf-common.