Skip to content
LangChain

GitHub commit URL shape, path discarded for LangChain

io.github.sadri-dridi/gh-commit-ok

GitHub commit URL shape, path discarded

client:LangChain transport:streamable-http tools:30

Install GitHub commit URL shape, path discarded in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "gh-commit-ok": {
            "transport": "streamable_http",
            "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/gh-commit-ok/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

All 30 tools →

GitHub commit URL shape, path discarded in other clients