mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-25 06:54:19 +02:00
Renames all OAuth providers that inherit from OAuthDCRProxy to explicitly include "DCR" in their names, clarifying their Dynamic Client Registration implementation approach. Changes: - GitHubProvider → GitHubDCRProvider - GoogleProvider → GoogleDCRProvider - AzureProvider → AzureDCRProvider - WorkOSProvider → WorkOSDCRProvider - Auth0Provider → Auth0DCRProvider - AWSCognitoProvider → AWSCognitoDCRProvider All old names remain as deprecated aliases with warnings that respect settings.deprecation_warnings. Environment variables updated to include _DCR_ with backwards compatibility via env_prefixes. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_bearer_auth_provider.py | ||
| test_dependencies.py | ||
| test_deprecated.py | ||
| test_mount_import_arg_order.py | ||
| test_mount_separators.py | ||
| test_oauth_dcr_providers.py | ||
| test_output_schema_false.py | ||
| test_proxy_client.py | ||
| test_resource_prefixes.py | ||
| test_route_type_ignore.py | ||
| test_settings.py | ||