MCP + LangChain ReAct Agent Example This project demonstrates how to integrate: OpenAI LLM LangChain ReAct Agent MCP (Model Context Protocol) A local tool server (via stdio) The agent uses MCP tools to perform external computations instead of relying solely on the LLM. MCP Tool Call Flow