View the source code for this module on GitHub: https://github.com/mcp-use/mcp-use/blob/main/libraries/python/mcp_use/agents/managers/server_manager.py
Server Manager API Documentation
from mcp_use.agents.managers.server_manager import ServerManager
method initSignatureThe MCPClient instance managing server connectionsThe LangChainAdapter for converting MCP tools to LangChain tools
def __init__(client: mcp_use.client.client.MCPClient, adapter: mcp_use.agents.adapters.base.BaseAdapter):
Was this page helpful?