Skip to content
LangChain

Bo Kendell — Portfolio for LangChain

com.bokendell/portfolio

Bo Kendell's portfolio: projects, writing, work history, resume, and live activity.

client:LangChain transport:streamable-http tools:8

Install Bo Kendell — Portfolio in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "portfolio": {
            "transport": "streamable_http",
            "url": "https://bokendell.com/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

Bo Kendell — Portfolio in other clients