chore: limit MCP resources display to 10 by default (#15489)

This commit is contained in:
Jack Wotherspoon
2025-12-23 14:39:35 -05:00
committed by GitHub
parent b6b0727e28
commit 5f28614760
3 changed files with 52 additions and 22 deletions
+3
View File
@@ -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;