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.
from mcp_use.agents.managers.tools.list_servers_tool import ListServersTool
method init
Initialize with server manager.Parameters
Server name or configuration
Signaturedef __init__(server_manager):
from mcp_use.agents.managers.tools.list_servers_tool import listServersInput
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