mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 13:27:38 -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