Commit graph

1 commit

Author SHA1 Message Date
Jeremiah Lowin
d9541c9c21 Lazy-load heavy imports to reduce import time
Defer auth providers (JWTVerifier, OAuthProxy, OIDCProxy) and Client
to avoid eagerly importing authlib, cryptography, key_value.aio, and
beartype on every `from fastmcp import FastMCP`.
2026-02-25 16:27:51 -05:00