/** * Shared Bijou context for MCP tool rendering. * * Uses `createTestContext` with `mode: 'interactive'` to get Unicode * box-drawing layout. The default `plainStyle()` strips all ANSI escape * codes, producing clean structured text that renders in any monospace * context (chat, markdown, logs). */ import type { BijouContext } from '@flyingrobots/bijou'; export declare function mcpContext(columns?: number): BijouContext; //# sourceMappingURL=context.d.ts.map