mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-26 15:34:18 +02:00
Implements OAuth Client ID Metadata Documents support, allowing servers to accept URL-based client_id values where the URL points to a JSON metadata document. This eliminates the need for Dynamic Client Registration (DCR) in many cases. - Private _cimd.py module (can swap for SDK when available) - SSRF protection for URL validation - Size-limited fetch with TTL caching - CIMD enabled by default (opt-out via cimd_enabled=False) - Advertises support via client_id_metadata_document_supported metadata - Client-side client_metadata_url parameter |
||
|---|---|---|
| .. | ||
| cli | ||
| client | ||
| contrib | ||
| deprecated | ||
| experimental | ||
| integration_tests | ||
| prompts | ||
| resources | ||
| server | ||
| tools | ||
| utilities | ||
| __init__.py | ||
| conftest.py | ||
| test_examples.py | ||
| test_mcp_config.py | ||