Skip to main content

AnthropicMCPAdapter

from mcp_use.agents.adapters.anthropic import AnthropicMCPAdapter

method init

Initialize a new Anthropic adapter.Parameters
disallowed_tools
list[str] | None
default:"None"
list of tool names that should not be available.
Signature
def __init__(disallowed_tools: list[str] | None = None):