MCPFax Agent Continuity for LangChain
com.mcpscores/agent-continuity
Resume the work, not the conversation. A checkpoint by one model is resumable by another.
client:LangChain
transport:streamable-http
tools:33
Install MCPFax Agent Continuity in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-continuity": {
"transport": "streamable_http",
"url": "https://mcpfax-continuity.bowling-anthony.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs