← Back to events
ActiveAIRelease1.4

langchain==1.4.0a2

What happened

Alpha preview of langchain.mcp — a first-party adapter that turns any MCP server into LangChain tools you can hand straight to create_agent . pip install " langchain[mcp]==1.4.0a2 " Connect MCPAdapter takes any target fastmcp.Client accepts — transport is inferred, so there is one entry point rather than one per protocol. from langchain . agents import create_agent from langchain . mcp import MCPAdapter async with M…

Summary assembled by rule from the sources below

Why it's spreading

Sources

Release