Skip to main content

BaseServerManager

method has_tool_changes

Check if the available tools have changed.Parameters
set[str]
required
Set of currently known tool names
Returns
bool
True if tools have changed, False otherwise
Signature

method initialize

Initialize the server manager.Signature

property tools

Get all server management tools and tools from the active server.Returns
list[langchain_core.tools.base.BaseTool]
Signature