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