()
| 75 | } |
| 76 | |
| 77 | function getMaxMcpOutputChars(): number { |
| 78 | return getMaxMcpOutputTokens() * 4 |
| 79 | } |
| 80 | |
| 81 | function getTruncationMessage(): string { |
| 82 | return `\n\n[OUTPUT TRUNCATED - exceeded ${getMaxMcpOutputTokens()} token limit] |
no test coverage detected