chore: added WARNING and INFORMATION glyphs

This commit is contained in:
Mark McLaughlin
2026-02-04 16:29:00 -08:00
parent a3af4a8cae
commit 70c9975296

View File

@@ -24,6 +24,8 @@ export const TOOL_STATUS = {
CONFIRMING: '?',
CANCELED: '-',
ERROR: 'x',
WARNING: '⚠',
INFORMATION: '',
} as const;
// Maximum number of MCP resources to display per server before truncating