Coverage for src/mcpadapt/auth/models.py: 100%
0 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-06 19:35 +0530
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-06 19:35 +0530
1"""Authentication models for MCPAdapt - Legacy file kept for backwards compatibility."""
3# This file previously contained OAuth/API Key/Bearer auth configuration classes
4# but they have been removed in favor of direct auth provider usage.
5#
6# Users now create providers directly:
7# - OAuthClientProvider (from MCP SDK)
8# - ApiKeyAuthProvider/BearerAuthProvider (from mcpadapt.auth.providers)
9#
10# This file is kept empty to avoid breaking existing imports,
11# but may be removed in a future version.