Skip to main content
Bearer token authentication support.

BearerAuth

from mcp_use.client.auth.bearer import BearerAuth

Attributes
token
pydantic.types.SecretStr
required
String value

method init

Parameters
data
required
Parameter value
Signature
def __init__(data):