LibreChat/packages
Dustin Healy 817e35561a fix(mcp): handle template-only servers, render UI-only results, keep the declared app
Guard the resources/list request in getAdvertisedResources so a server that only implements
resources/templates/list still collects templates and can authorize template-matching reads instead
of denying them.

Render MCP app views whenever a tool result carries a ui_resources attachment, not only when the
tool also returned text output, so a UI-only result no longer silently loses its view.

Synthesize the tool-declared ui:// app resource unless the result already returned that exact URI,
so a secondary ui:// resource in the same result no longer suppresses the declared app.
2026-06-30 18:08:33 -07:00
..
api fix(mcp): handle template-only servers, render UI-only results, keep the declared app 2026-06-30 18:08:33 -07:00
client
data-provider fix(mcp): harden MCP Apps host security and CJS compatibility 2026-06-28 21:56:28 -07:00
data-schemas fix(mcp): advertise UI capability at host level and align app-resource handling 2026-06-29 14:43:52 -07:00