Rename OAuthProxy -> OAuthDCRProxy

This commit is contained in:
Jeremiah Lowin 2025-10-20 15:41:16 -04:00
commit dd86edf275
17 changed files with 3416 additions and 2075 deletions

View file

@ -82,7 +82,7 @@ def create_github_server_with_mock_callback(base_url: str) -> FastMCP:
import secrets
import time
from fastmcp.server.auth.oauth_proxy import ClientCode
from fastmcp.server.auth.oauth_dcr_proxy import ClientCode
# Generate a fake authorization code
fake_code = secrets.token_urlsafe(32)