LangChain: MCP Moves In-House
LangChain is pulling MCP support directly into the core package with a four-part stacked upgrade, while a cluster of smaller fixes address token counting, reasoning content, and middleware correctness across integrations.
Duration: PT2M39S
Episode overview
This episode is a short developer briefing from LangChain.
It explains recent repository work in plain language.
- Show: LangChain
- Published: 2026-08-25T13:02:03Z
- Audio duration: PT2M39S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day, and welcome to LangChain, your daily developer briefing for August 25th, 2026.
Today's biggest story is a structural one: MCP support is moving into the LangChain core package.
Sydney Runkle led a four-part stacked pull request chain — 39887 through 39890 — that takes the separate MCP adapters package and folds it into LangChain itself, available through an optional install extra. Once inside, the code gets upgraded to the second-generation MCP SDK, which means the websocket transport is…
Second theme: correctness fixes in how models report themselves. Two separate contributors — Vishnu3568 in PR 39911 and saike148 in PR 39912 — both tackled the same issue, image token counting. Right now, a screenshot gets a flat 85-token estimate regardless of resolution, which under-budgets large images by a wide…
Related to that accuracy theme: Fireworks and Perplexity both had reasoning and cache-token metadata silently dropped in streaming or usage paths, fixed in PRs 39909 and 39913. And Sydney Runkle's PR 39894 fixed PII redaction so structured content blocks aren't mangled into string reprs — a correctness bug, not…
Also worth noting: langchain hit patch release 1.3.17, and three…
Nearby episodes from LangChain
- Closing the Gaps Between Streaming and Sync Behavior
- Weekly Recap - Error Handling and Serialization Come of Age
- Closing the Silent Failure Gaps
- Convergent Bug Fixes and a Race to Patch Async Prompts
- Cleaning Up Malformed Tool Calls Before They Break Providers
- The Great Serialization and Duplicate-Fix Cleanup
- Usage Metadata Gets a Reliability Pass
- Closing the Gaps in Error Handling and Gateway Tracing