Skip to main content

GoogleMCPAdapter

from mcp_use.agents.adapters.google import GoogleMCPAdapter

method init

Initialize a new Google 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):