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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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