Bryanmorgan/add mcp description support (#855)

This commit is contained in:
Bryan Morgan
2025-06-08 18:45:36 -04:00
committed by GitHub
parent f2ea78d0e4
commit 31c14ea78f

View File

@@ -52,7 +52,7 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
if (showToolDescriptions) { if (showToolDescriptions) {
summaryText += ' (Ctrl+T to hide descriptions)'; summaryText += ' (Ctrl+T to hide descriptions)';
} else { } else {
summaryText += ' (ctrl+t for details)'; summaryText += ' (Ctrl+T to view descriptions)';
} }
} }
} }