Base API Documentation
from mcp_use.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?