fastmcp/tests/deprecated
Jeremiah Lowin 0ad638003c Rename OAuth providers to include DCR suffix
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.
2025-10-20 17:32:35 -04:00
..
__init__.py Raise errors when deprecated routes are used 2025-06-04 12:05:40 -04:00
test_bearer_auth_provider.py Add comprehensive OAuth 2.1 authentication system with WorkOS integration (#1327) 2025-08-01 17:06:55 -04:00
test_dependencies.py feat: introduce fastmcp.json configuration system (#1517) 2025-08-19 16:06:04 -04:00
test_deprecated.py Add http as an alias for streamable http 2025-06-22 18:35:28 -04:00
test_mount_import_arg_order.py Add structured content & update almost all tests 2025-06-27 15:40:52 -04:00
test_mount_separators.py Make prefixes optional 2025-06-18 11:28:24 -04:00
test_oauth_dcr_providers.py Rename OAuth providers to include DCR suffix 2025-10-20 17:32:35 -04:00
test_output_schema_false.py Fix breaking change: restore output_schema=False compatibility (#1482) 2025-08-13 18:07:50 -04:00
test_proxy_client.py Fix concurrent proxy client operations with session isolation (#1083) 2025-07-08 17:22:43 -04:00
test_resource_prefixes.py Fix import prefix behavior 2025-06-19 15:19:31 -04:00
test_route_type_ignore.py Raise errors when deprecated routes are used 2025-06-04 12:05:40 -04:00
test_settings.py Remove unused arg (#1382) 2025-08-06 11:09:17 -04:00