jsx notation for LangChain
io.github.sebastianmaciel/jsx-notation
JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs
client:LangChain
transport:stdio
runtime:npm
Install jsx notation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"jsx-notation": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "jsx-notation"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs