This commit is contained in:
A.K.M. Adib
2026-03-30 18:03:59 -04:00
parent e5d3235eaf
commit 7865d06fad
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ async function addMcpServer(
);
}
await client.close();
} catch (e) {
} catch {
debugLogger.warn(
'Warning: With sandboxing enabled, any read-only tools provided by this server will AUTO-EXECUTE without confirmation.',
);