Files
twenty/packages
Sonarly Claude Code 1f05071d72 fix(server): guard against undefined args in stripLoadingMessage and resolveAndExecute
https://sonarly.com/issue/28820?type=bug

The MCP tool execution chain crashes with a TypeError when `execute_tool` is called without an inner `arguments` field, because `stripLoadingMessage` destructures an undefined parameter. A secondary i18n issue causes log spam from uncompiled Lingui message catalogs.

Fix: Applied above. Two minimal defensive defaults preventing undefined from reaching destructure operations.
2026-04-19 20:48:14 +00:00
..
2026-04-16 09:47:44 +00:00