gitstandup for LangChain
io.github.muba00/gitstandup
Generate daily standup notes from git commits across multiple repositories with AI summaries.
client:LangChain
transport:stdio
runtime:npm
Install gitstandup in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gitstandup": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "gitstandup-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs