/** * Bijou MCP rendering server. * * Exposes Bijou terminal components as MCP tools over stdio. * Each tool accepts structured JSON, renders via Bijou with a plain-style * interactive context (Unicode box-drawing, no ANSI), and returns the * rendered string. */ export {}; //# sourceMappingURL=server.d.ts.map