Skip to content
LangChain

acdoyle for LangChain

io.github.granetb-acdoyle/acdoyle

Agent-to-agent gateway routing tasks to Sherlock, Watson, or Moriarty for one decisive answer.

client:LangChain transport:streamable-http tools:2

Install acdoyle in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "acdoyle": {
            "transport": "streamable_http",
            "url": "https://acdoyle.dev/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

acdoyle in other clients