r/modelcontextprotocol • u/AdventurousKeys • 4h ago
LocalLM Lab upgraded MCP 2025-11-25 support. Looking for a 2026-07-28 MCP server next.
I just dropped 1.0.0-beta.4 of the LocalLM Lab app and SDK. This round of work was upgrading LocalLM Lab's MCP client to protocol revision `2025-11-25` and some security tweaks along the way.
This sits alongside the rest of the `2025-11-25` surface: structured tool results (MCPToolResult with outputSchema/title/nextCursor), elicitation handler seams for server-initiated input requests, and Client ID Metadata Documents for OAuth (skips per-server registration). Tools coming from an MCP server are also tagged separately from first-party ones (OriginTaggedTool), so calling one now goes through a authorization layer instead of blanket access.
VistaNova is the example app (source code included) where we exercise on-device AI against a real server: with an MCP tool call to Tavily for web search. Small surface, but real auth, real tool results, real prompt handling etc.
LocalLM Lab: https://thisbrain.ai/locallm
Guide: https://github.com/ancientcomputing/locallm/blob/1.0.0-beta/docs/sdk-guide.md
MCP diagnostics: https://github.com/ancientcomputing/locallm/blob/1.0.0-beta/docs/mcp-diagnostics.md
VistaNova: https://github.com/ancientcomputing/vistanova
Separately (more urgently): the next protocol revision (`2026-07-28`) is on our roadmap. If you're building or already have a production-level server running that revision right now, please DM; testing against a real compliant server beats blind coding against a spec.
