Retrieve detailed Neovim status information such as cursor position, editing mode, marks, and registers for enhanced workflow management in the mcp-neovim-server.
Manage and update text content in Neovim registers. Specify a register name and content to store, enhancing workflow efficiency in the mcp-neovim-server environment.
Populate the Neovim quickfix list with custom locations, including file paths, line numbers, and descriptions, to navigate search results or related code sites.
Run long-running commands as overseer tasks in Neovim, so they appear in the task list and can be stopped cleanly, instead of becoming orphaned processes.
Send raw Vim keystrokes to Neovim for motions, visual selections, and operators. Esc is prepended automatically, so input starts in normal mode and multi-mode sequences work in one call.
Read the complete content of an open Neovim buffer, capturing unsaved edits. Get every line prefixed with its line number to review the full file state.
Retrieve a specific line range from a Neovim buffer to inspect code sections while reflecting unsaved changes. Returns numbered lines for a precise range.