Bryanmorgan/add mcp description support (#855)
This commit is contained in:
parent
f2ea78d0e4
commit
31c14ea78f
|
@ -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)';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue