nvim-mcp 0.7.2

MCP server for Neovim
Documentation
1
2
3
4
5
6
function hello()
    vim.print("Hello, world!")

    local a = 1
    a = "1"
end