mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
* Add Auth0MCPProvider for Auth0 Auth for MCP * Document Auth0 MCP provider integration * Add Auth0MCPProvider scope and auth rejection tests Cover permissions-based required_scopes enforcement and unauthenticated MCP 401 responses. * fixed documentation * Narrow Auth0 docs to integration guide only * Fix Auth0 provider: use httpx2 instead of httpx httpx is a dev-only transitive dependency in this repo; runtime installs declare httpx2 exclusively. The module-level 'import httpx' in auth0.py broke import on a clean install of fastmcp or fastmcp-slim[server]. --------- Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth0.py | ||
| test_auth0_mcp.py | ||
| test_aws.py | ||
| test_azure.py | ||
| test_azure_scopes.py | ||
| test_clerk.py | ||
| test_debug.py | ||
| test_descope.py | ||
| test_discord.py | ||
| test_github.py | ||
| test_google.py | ||
| test_http_client.py | ||
| test_huggingface.py | ||
| test_introspection.py | ||
| test_keycloak.py | ||
| test_oci.py | ||
| test_propelauth.py | ||
| test_scalekit.py | ||
| test_supabase.py | ||
| test_workos.py | ||