MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getMaxMcpOutputChars

Function getMaxMcpOutputChars

src/utils/mcpValidation.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

truncateMcpContentFunction · 0.85

Calls 1

getMaxMcpOutputTokensFunction · 0.85

Tested by

no test coverage detected