$ the-wire · showcase
LangChain 1.4.0 alphas land with new MCP namespace, Claude Fable 5.1 support
By RepoJournal · Filed · About AI Agents
LangChain pushed two alpha releases of the 1.4.0 line, introducing a dedicated MCP adapter namespace and adding Claude Fable 5.1 model support.
LangChain released langchain==1.4.0a4 and a3 [1][2], the third and fourth alphas of the 1.4.0 line. The releases establish the new `langchain.mcp` namespace: `MCPAdapter` adapts any target `fastmcp.Client` accepts, including a URL, local script, in-process server, an `MCPConfig` naming several servers, or a pre-built client, plus a `FastMCP` ClientGroup for a fleet of servers behind one client. A separate PR adds the `claude-fable-5-1` model profile with its 1M-token context window, 128K output limit, structured output, and adaptive-reasoning capabilities [3]. On the OpenAI side, `gpt-5.6-sol` now routes to the Responses API instead of Chat Completions, fixing rejected requests that used function tools and reasoning [4]. Elsewhere, cline's SDK v0.0.82 fixes tool calling being silently disabled for gateway models whose catalog entry declares no capabilities; the builtin-provider path emitted `["text"]` where others emitted `undefined`, and that list read as an authoritative denial that stripped every tool definition from requests to Dify, SAP AI Core, opencode, and the Codex CLI [5]. OpenHands added a local Agent Canvas Planner, porting plan mode from the old agent-canvas repo [6], and unified the cloud settings entrypoint for Agent Canvas, so the gear icon now opens the right settings page when connected to a cloud backend [7]. In llama_index, a maintainer re-locked 93 manifests because roughly 3.3k of the open Dependabot alerts were already fixed in the lockfiles but GitHub's rescan never completed for those manifests [8].
Action items
- → Evaluate langchain 1.4.0a3/a4 if you use MCP servers or need Claude Fable 5.1 support langchain-ai/langchain [plan]
- → Upgrade cline SDK to v0.0.82 if you use gateway models with Dify, SAP AI Core, opencode, or Codex CLI cline/cline [immediate]
- → Test OpenHands local Agent Canvas Planner support if you rely on plan mode OpenHands/OpenHands [plan]
References
- [1] langchain==1.4.0a4 ↗ langchain-ai/langchain
- [2] langchain==1.4.0a3 ↗ langchain-ai/langchain
- [3] feat(anthropic): add Claude Fable 5.1 support ↗ langchain-ai/langchain
- [4] fix(openai): route `gpt-5.6-sol` to responses API (#40133) ↗ langchain-ai/langchain
- [5] SDK v0.0.82 ↗ cline/cline
- [6] feat: add local Agent Canvas Planner support ↗ OpenHands/OpenHands
- [7] feat: unified cloud settings entrypoint for Agent Canvas ↗ OpenHands/OpenHands
- [8] chore: re-lock the 93 manifests with stuck Dependabot alerts ↗ run-llama/llama_index