Skip to main content
Glama
ingeno
by ingeno
__init__.py695 B
from .auth import ( OAuthProvider, TokenVerifier, RemoteAuthProvider, AccessToken, AuthProvider, ) from .providers.jwt import JWTVerifier, StaticTokenVerifier from .oauth_proxy import OAuthProxy __all__ = [ "AuthProvider", "OAuthProvider", "TokenVerifier", "JWTVerifier", "StaticTokenVerifier", "RemoteAuthProvider", "AccessToken", "OAuthProxy", ] def __getattr__(name: str): # Defer import because it raises a deprecation warning if name == "BearerAuthProvider": from .providers.bearer import BearerAuthProvider return BearerAuthProvider raise AttributeError(f"module '{__name__}' has no attribute '{name}'")

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ingeno/mcp-openapi-lambda'

If you have feedback or need assistance with the MCP directory API, please join our Discord server