(value: string)
| 10 | } from '@/lib/mcp/constants' |
| 11 | |
| 12 | function utf8Size(value: string): number { |
| 13 | return Buffer.byteLength(value, 'utf-8') |
| 14 | } |
| 15 | |
| 16 | function jsonSize(value: unknown): number | null { |
| 17 | try { |
no outgoing calls
no test coverage detected