GitResume for LangChain
co.gitresume/gitresume
Validate, build, and publish the resume you keep as YAML in your own GitHub repository.
client:LangChain
transport:streamable-http
Install GitResume in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gitresume": {
"transport": "streamable_http",
"url": "https://gitresume.co/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs