Remove ctrl-t binding for /mcp commands (#11372)

This commit is contained in:
Tommaso Sciortino
2025-10-17 09:42:09 -07:00
committed by GitHub
parent 0ded546a09
commit 795e5134c7
14 changed files with 5 additions and 52 deletions
@@ -270,10 +270,6 @@ export const McpStatus: React.FC<McpStatusProps> = ({
<Text color={theme.text.accent}>/mcp auth &lt;server-name&gt;</Text>{' '}
to authenticate with OAuth-enabled servers
</Text>
<Text>
{' '}- Press <Text color={theme.text.accent}>Ctrl+T</Text> to
toggle tool descriptions on/off
</Text>
</Box>
)}
</Box>
@@ -150,8 +150,7 @@ A test server
- Use /mcp desc to show server and tool descriptions
- Use /mcp schema to show tool parameter schemas
- Use /mcp nodesc to hide descriptions
- Use /mcp auth <server-name> to authenticate with OAuth-enabled servers
- Press Ctrl+T to toggle tool descriptions on/off"
- Use /mcp auth <server-name> to authenticate with OAuth-enabled servers"
`;
exports[`McpStatus > renders correctly with unauthenticated OAuth status 1`] = `