From ec64cea1f550efad1c85fd2f65f62bffb2d816c4 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 23 Jul 2026 09:18:44 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20Clarify=20background=20c?= =?UTF-8?q?ode=20capability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- librechat.example.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/librechat.example.yaml b/librechat.example.yaml index c19583e7a7..e8ce0dc332 100644 --- a/librechat.example.yaml +++ b/librechat.example.yaml @@ -441,6 +441,7 @@ endpoints: # # The following capabilities are opt-in and must be added explicitly: # # "programmatic_tools", "stateful_code_sessions", "run_in_background" # # "stateful_code_sessions" is highly experimental and may change substantially. + # # "run_in_background" allows selected MCP and Code Interpreter tools to run as background tasks. # # (optional) Require user approval before matching tool calls. Disabled by default. # toolApproval: # enabled: true