Adapter classes for framework integration
client
(MCPClient): The MCP client instance**kwargs
: Additional framework-specific parametersList[Any]
: List of framework-specific tool objectsNotImplementedError
: Must be implemented by subclassesclient
(MCPClient): The MCP client instanceallowed_tools
(List[str], optional): Whitelist of tool names to includedisallowed_tools
(List[str], optional): Blacklist of tool names to excludeList[BaseTool]
: List of LangChain tool objectsclient
(MCPClient): The MCP client instancetool_definition
(dict): MCP tool definitionBaseTool
: LangChain tool object