Capability
Dependency Injection For Client Configuration And State Management
4 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Search, create, and manage Jira issues and sprints via MCP.
Unique: Implements dependency injection via MainAppContext and async context managers, enabling centralized configuration management and per-request credential switching for multi-tenant deployments. Supports both global and per-request context.
vs others: More scalable than global configuration because it supports per-request context switching. More maintainable than hardcoded credentials because configuration is centralized in MainAppContext.