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.
Authentication models for mcp-use server.
AccessToken
from mcp_use.server.auth.models import AccessToken
Attributes
Dictionary of key-value pairs
method init
Create a new model by parsing and validating input data from keyword arguments.Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be
validated to form a valid model.self is explicitly positional-only to allow self as a field name.Parameters
Signature
AuthenticationError
from mcp_use.server.auth.models import AuthenticationError
method init
Initialize self. See help(type(self)) for accurate signature.Parameters
Signaturedef __init__(args, kwargs):