mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
chore: limit MCP resources display to 10 by default (#15489)
This commit is contained in:
@@ -25,3 +25,6 @@ export const TOOL_STATUS = {
|
||||
CANCELED: '-',
|
||||
ERROR: 'x',
|
||||
} as const;
|
||||
|
||||
// Maximum number of MCP resources to display per server before truncating
|
||||
export const MAX_MCP_RESOURCES_TO_SHOW = 10;
|
||||
|
||||
Reference in New Issue
Block a user