Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Base API Documentation
from mcp_use.agents.managers.base import BaseServerManager
method
current_tool_namesset[str]required Set of currently known tool names
returnsboolTrue if tools have changed, False otherwise
def has_tool_changes(current_tool_names: set[str]):
def initialize():
property
returnslist[langchain_core.tools.base.BaseTool]
def tools():
Was this page helpful?