JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs
Compress React/Next.js files, HTML, and SVG by ~40% for AI assistants. An MCP server and library that converts JSX/TSX, HTML, and SVG into JSXN — a compact notation optimized for LLM token consumption. Every time an AI assistant reads your React components, HTML, or SVG files, it wastes tokens on closing tags, repeated / attributes, and verbose props. That's context window space that could be…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
Compress React/Next.js files, HTML, and SVG by ~40% for AI assistants. An MCP server and library that converts JSX/TSX, HTML, and SVG into JSXN — a compact notation optimized for LLM token consumption. Every time an AI assistant reads your React components, HTML, or SVG files, it wastes tokens on closing tags, repeated / attributes, and verbose props. That's context window space that could be used for actual reasoning. JSXN strips the redundancy while keeping the meaning: Indentation replaces…