A MCP Server providing Lynx documentation resources for LLMs, with carefully designed prompting.
{
"mcpServers": {
"lynx-jsdocs-canary": {
"command": "npx",
"args": [
"-y",
"@lynx-js/docs-mcp-server-canary"
]
}
}
}