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.
BaseServerManager
from mcp_use.agents.managers.base import BaseServerManager
Check if the available tools have changed.Parameters
Set of currently known tool names
Returns
True if tools have changed, False otherwise
Signaturedef has_tool_changes(current_tool_names: set[str]):
method initialize
Initialize the server manager.SignatureGet all server management tools and tools from the active server.Returns
returns
list[langchain_core.tools.base.BaseTool]
Signature