Reactive Resume for LangChain
io.github.amruthpillai/reactive-resume
Free open-source resume builder with remote MCP tools for resumes and job applications.
client:LangChain
transport:streamable-http
Install Reactive Resume in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"reactive-resume": {
"transport": "streamable_http",
"url": "https://rxresu.me/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs