jsx notation for VS Code
io.github.sebastianmaciel/jsx-notation
JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs
client:VS Code
transport:stdio
runtime:npm
Install jsx notation in VS Code
.vscode/mcp.json
{
"servers": {
"jsx-notation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jsx-notation"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs