Demonstrates the use of Model Context Protocol (MCP) server tools with a LangChain ReAct Agent in TypeScript.
This tool provides a simple Model Context Protocol (MCP) client implemented using LangChain and TypeScript. It leverages the `@h1deya/langchain-mcp-tools` library to convert MCP server tools into LangChain-compatible tools, enabling integration with language models like Anthropic's `claude-3-5-sonnet-latest` (and optionally OpenAI's `gpt-4o`). The client facilitates interaction with MCP servers, allowing users to explore and utilize available tools exposed through the Model Context Protocol within a LangChain agent.