We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052f2ff commit e373d40Copy full SHA for e373d40
2 files changed
doc/installation.md
@@ -4,7 +4,7 @@ Please read the [getting started](/index) guide before reading this.
4
5
## Requirements
6
7
-- Neovim >= 0.8.0
+- Neovim >= 0.8.0 (built with LuaJIT)
8
- Node.js >= 18.0.0
9
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)
10
- [mcp-hub](https://github.com/ravitemer/mcp-hub) (automatically installed via build command)
doc/other/troubleshooting.md
@@ -24,6 +24,7 @@ Run `:checkhealth mcphub` in Neovim to check for common issues
24
uvx --version # Should be installed
25
```
26
- Most server commands use `npx` or `uvx` - verify these work in your terminal
27
+- Neovim must be built with LuaJIT (not PUC Lua 5.1)
28
29
## Configuration File
30
0 commit comments