Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mcp-use.com/llms.txt

Use this file to discover all available pages before exploring further.

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):